Re: dynamic string

Subject: Re: dynamic string
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 18 Jan 2000 16:34:19 GMT
> 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>

and you'll get what you want. Probably.

David


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread