xsl-list
[Top] [All Lists]

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

2010-03-18 12:05:11
A correction, details and a guess on implementation:

Whitespace-only text nodes in the stylesheet should be ignored, unless an 
ancestor node contains the xml:space="preserve" directive. <xsl:text> elements 
automatically imply xml:space="preserve" to the XSLT processor.

~ Scott


-----Original Message-----
From: Michael Kay [mailto:mike(_at_)saxonica(_dot_)com] 
Sent: Thursday, March 18, 2010 11:31 AM
To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Subject: RE: [xsl] Difference between <when>x</when> and 
<when><text>x</text></when>

That's correct behaviour. Whitespace text nodes in the stylesheet should be
ignored, unless the parent node is an xsl:text element.

Regards,

Michael Kay
http://www.saxonica.com/
http://twitter.com/michaelhkay 



--~------------------------------------------------------------------
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>
--~--

--~------------------------------------------------------------------
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>
--~--