Revision: 7566
http://docbook.svn.sourceforge.net/docbook/?rev=7566&view=rev
Author: xmldoc
Date: 2007-11-24 07:57:13 -0800 (Sat, 24 Nov 2007)
Log Message:
-----------
Remove xsl:output and omit-xml-declaration element, because it
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
Modified Paths:
--------------
trunk/xsl/VERSION
Modified: trunk/xsl/VERSION
===================================================================
--- trunk/xsl/VERSION 2007-11-23 09:13:01 UTC (rev 7565)
+++ trunk/xsl/VERSION 2007-11-24 15:57:13 UTC (rev 7566)
@@ -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]),'.',''))"/>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|