]> granicus.if.org Git - docbook-dsssl/commitdiff
Set omit-xml-declaration to 'yes' for write.text.chunk template, since a text
authorBob Stayton <bobs@sagehill.net>
Tue, 10 Jul 2012 01:29:54 +0000 (01:29 +0000)
committerBob Stayton <bobs@sagehill.net>
Tue, 10 Jul 2012 01:29:54 +0000 (01:29 +0000)
file should never have an xml declaration.

xsl/html/chunker.xsl

index fe4c9aa74df9f52a9263764ae3a81dd1c6b8718f..df958c80b13b3c4c2b4aedfee25fcf00b3f931d0 100644 (file)
     <xsl:with-param name="method" select="$method"/>
     <xsl:with-param name="encoding" select="$encoding"/>
     <xsl:with-param name="indent" select="'no'"/>
-    <xsl:with-param name="omit-xml-declaration" select="'no'"/>
+    <xsl:with-param name="omit-xml-declaration" select="'yes'"/>
     <xsl:with-param name="standalone" select="'no'"/>
     <xsl:with-param name="doctype-public"/>
     <xsl:with-param name="doctype-system"/>