]> granicus.if.org Git - docbook-dsssl/commitdiff
Remove xsl:output and omit-xml-declaration element, because it
authorMichael Smith <xmldoc@users.sourceforge.net>
Sat, 24 Nov 2007 15:57:13 +0000 (15:57 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sat, 24 Nov 2007 15:57:13 +0000 (15:57 +0000)
seems to be causing problems with xsltproc. Closes bug #1785732.
Thanks to Denis Gillain for reporting.
I remember that the reason I added this originally was to work
around some other but in xsltproc (I think it was that it was
emitting an xml declaration even when output method is set to
text, or something) so this change is going to probably going to
cause a regression of that, but oh well

xsl/VERSION

index 8e2dfbb1a5f8a10962a21edc583e978962c426e6..1e22d149f24a8e5da9d0e0c506a775e3efc80171 100644 (file)
@@ -7,8 +7,6 @@
   exclude-result-prefixes="fm sf"
   version='1.0'>
 
-<xsl:output omit-xml-declaration="yes"/>
-
 <xsl:param name="get"/>
 <xsl:param name="VERSION" select="string(document('')//fm:Version[1])"/>
 <xsl:param name="Tag" select="concat('V',translate(string(document('')//fm:Version[1]),'.',''))"/>