Subject: RE: dynamic string
From: "Jarno Elovirta" <jarnose@xxxxxxxxxx>
Date: Tue, 18 Jan 2000 19:41:00 +0200
|
> -----Original Message-----
> From: owner-xsl-list@xxxxxxxxxxxxxxxx
> [mailto:owner-xsl-list@xxxxxxxxxxxxxxxx]On Behalf Of David Carlisle
> Sent: 18. tammikuuta 2000 18:34
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Re: dynamic string
>
>
>
> > is it possible to do something like this in XSL??
>
> It is not possible to do the algorithm you suggest as `add it to a
> string' would be a side effect and therefore evil.
>
> However you can just do
>
> <xsl:variable name="x">
> <xsl:apply-templates select="param/@name"/>
> </xsl:variable>
didn't i say he'd do it in three line!!! damn he's an xslt genious!
Jarno
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|