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 18:11:33 +0100
Markus Karg wrote:

Is there a portable way to tell that

<when>
  x
</when>

shall be treated as if it would be

<when>x</when>

?

You would need to use the other example you already had i.e. <when> <xsl:text>x</xsl:text> </when>

--

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

Current Thread