Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-05 Thread Nick Wellnhofer
On 05/08/2013 03:33, Vincent Lefevre wrote: This is rather confusing as the XSLT spec http://www.w3.org/TR/xslt says: If the indent attribute has the value yes, then the xml output method may output whitespace in addition to the whitespace in the result tree (possibly based on whitespace

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-05 Thread Vincent Lefevre
Control: tags -1 upstream Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=705489 Control: retitle -1 libxslt1.1: behavior of indent xsl:output attribute should be documented On 2013-08-05 11:08:16 +0200, Nick Wellnhofer wrote: I think it's a good compromise. The change is

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-04 Thread Nick Wellnhofer
libxslt does exactly what you want if you don't provide an indent attribute at all. indent=yes: Let libxslt add whitespace. indent=no: Never add whitespace. no indent attribute: Add newline after top-level nodes. Nick -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-04 Thread Vincent Lefevre
On 2013-08-04 18:12:53 +0200, Nick Wellnhofer wrote: libxslt does exactly what you want if you don't provide an indent attribute at all. indent=yes: Let libxslt add whitespace. indent=no: Never add whitespace. no indent attribute: Add newline after top-level nodes. This is rather confusing

Bug#718535: libxslt1.1: missing newlines with indent=no

2013-08-01 Thread Vincent Lefevre
Package: libxslt1.1 Version: 1.1.28-2 Severity: important When indent=no is used, some newline characters are missing, in particular at the end of the file. This is a regression. And using indent=yes is not an acceptable workaround as it is not safe, as said by the XSLT spec: NOTE: It is