Re: [xsl] Catch output of XSL identity into XSL Variable

Subject: Re: [xsl] Catch output of XSL identity into XSL Variable
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 30 Nov 2010 21:09:59 +0000
On 30/11/2010 17:53, becarios mx wrote:
<xsl:value-of select="$myVar" />

xsl:value-of gives the string value of its argument, you probably want xsl:copy-of instead.


David

Current Thread