Bug#520995: python-libxslt1: Does not honor xsl:output omit-xml-declaration=yes/

2009-03-24 Thread Stephane Bortzmeyer
Package: python-libxslt1 Version: 1.1.24-2 Severity: normal When a XSLT stylesheet includes: xsl:output omit-xml-declaration=yes/ libxslt still includes the XML declaration :-( Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26) [GCC 4.3.2] on linux2 ... import libxml2 import libxslt

Bug#520995: [xml/sgml-pkgs] Bug#520995: python-libxslt1: Does not honor xsl:output omit-xml-declaration=yes/

2009-03-24 Thread Mike Hommey
On Tue, Mar 24, 2009 at 10:09:27AM +0100, Stephane Bortzmeyer bortzme...@nic.fr wrote: Package: python-libxslt1 Version: 1.1.24-2 Severity: normal When a XSLT stylesheet includes: xsl:output omit-xml-declaration=yes/ libxslt still includes the XML declaration :-( What about

Bug#520995: [xml/sgml-pkgs] Bug#520995: python-libxslt1: Does not honor xsl:output omit-xml-declaration=yes/

2009-03-24 Thread Stephane Bortzmeyer
On Tue, Mar 24, 2009 at 10:19:31AM +0100, Mike Hommey m...@glandium.org wrote a message of 15 lines which said: libxslt still includes the XML declaration :-( What about xsltproc your.xsl your.xml ? works fine: % xsltproc snippet-traceroute2html.xsl traceroute.xml div