GNOME Bugzilla – Bug 71091
<xsl:output method="text"/> produces no xml elements
Last modified: 2009-08-15 18:40:50 UTC
when transforming with <xsl:output method="text"/> xsltproc produces no xml elements. I did not find about this in the Spec, but i think it should be left to the stylesheet to produce xml Elements or not. Boris
You cleary didn't read the spec. Section 16.3 Text Output Method --------- The text output method outputs the result tree by outputting the string-value of every text node in the result tree in document order without any escaping. ---------- The string-value of a node is defined in XPath, it has nothing to do with XML serialization of elements. Please red those specs. Please do not report as bug things you guessed, refer to the spec to get your fact first, then report bugs if there is a deviation from the standard, thanks, Daniel