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

Subject: Re: [xsl] Difference between <when>x</when> and <when><text>x</text></when>
From: Martin Honnen <Martin.Honnen@xxxxxx>
Date: Thu, 18 Mar 2010 17:23:30 +0100
Markus Karg wrote:
I noticed that XALAN 2.7.1 makes a difference between

<when>
  x
</when>

(Result includes line breaks and blanks)

and

<when>
  <xsl:text>x</xsl:text>
</when>

(Result includes only 'x' wihout breaks or blanks).

Is that a bug or is that wanted behaviour?

I think white space only text nodes in a stylesheet are supposed to get stripped (unless they are inside of xsl:text of course) so the behaviour is fine (http://www.w3.org/TR/xslt#strip)



--


	Martin Honnen
	http://msmvps.com/blogs/martin_honnen/

Current Thread