a/src/filters/rclokulnote b/src/filters/rclokulnote
...
...
82
# !! Leave the following line unmodified !
82
# !! Leave the following line unmodified !
83
#ENDRECFILTCOMMONCODE
83
#ENDRECFILTCOMMONCODE
84
84
85
checkcmds xsltproc 
85
checkcmds xsltproc 
86
    
86
    
87
xsltproc --novalid --nonet - $infile <<EOF
87
xsltproc --novalid --nonet - "$infile" <<EOF
88
<?xml version="1.0"?>
88
<?xml version="1.0"?>
89
<xsl:stylesheet version="1.0"
89
<xsl:stylesheet version="1.0"
90
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
90
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
91
91
92
<xsl:output method="html" encoding="UTF-8"/>
92
<xsl:output method="html" encoding="UTF-8"/>