> I agree with that, but what I want to resolve is to obtain in output :
> Hello.
>
> Using XML :
> <NAME>Hello</NAME>
>
> What should I do ? Should I use DOM to modify the value of the node to put
> <xsl:value-of select="NAME"/> or is there an other solution using
> setParameter method ?

<xsl:element name="{$param}"><xsl:text>Hello</xsl:text></xsl:element>

--
Nick

Reply via email to