xsl-list
[Top] [All Lists]

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

2010-11-30 15:10:15
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>