xsl-list
[Top] [All Lists]

RE: [xsl] Difference between <when>x</when> and <when><text>x</text></when>

2010-03-18 12:03:44
In your code with the xsl:text the <when> element has three children:
two
are whitespace text nodes and one is an xsl:text element. The
whitespace
text nodes should be ignored, and this seems consistent with the way
you
describe the output.

Michael,

I see! Thanks for the clarification! :-)

Regards
Markus

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--