Ups, you are right. Sorry.

Ralf


Andrew Welch wrote:
<xsl:apply-templates select="$value"/>

Which doesn't work ....

Try <xsl:apply-templates select="{$value}"/>



This wont work, you will need to use something like:
> [..]



Reply via email to