xsl-list
[Top] [All Lists]

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

2010-03-18 12:12:25
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/

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

<Prev in Thread] Current Thread [Next in Thread>