DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6422>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6422 With xml:space="preserve" on templates, parameters aren't first children [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|[EMAIL PROTECTED] |[EMAIL PROTECTED] ------- Additional Comments From [EMAIL PROTECTED] 2002-02-13 21:05 ------- Same results with xsl:call-template! If xml:space="preserve" is set on the template, and $child is a node-set, simple $child gets no error (but no output), $child/text() gets conversion error (#STRING to NodeList), visible text, LRE, comment all behave as reported above. Clarification: a visible text node is easier to see than an invisible text node created by the combination of whitespace after the xsl:template start tag and xml:space="preserve" within that start tag, but the effect is the same on the stylesheet tree: a child node of xsl:template comes before xsl:param. Note weasel words "at the beginning" in XSLT 11.5, paragraph 1.
