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: "Markus Karg" <karg@xxxxxxxxx>
Date: Thu, 18 Mar 2010 18:16:01 +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>

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?

Current Thread