xsl-list
[Top] [All Lists]

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

2010-03-18 12:16:37
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>

Yes, thanks, certainly. ;-)

But actually I meant: Is there a way how I can tell this *once* at the
<choose> or the <stylesheet> level, instead of rewriting all my <when>s?

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