xsl-list
[Top] [All Lists]

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

2010-11-30 21:49:09
It worked !!

Thank you very much, David.

--------------------------------------------------
From: "David Carlisle" <davidc(_at_)nag(_dot_)co(_dot_)uk>
Sent: Tuesday, 30 November, 2010 3:09 PM
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
Cc: "becarios mx" <becariosmx(_at_)yahoo(_dot_)com(_dot_)mx>
Subject: Re: [xsl] Catch output of XSL identity into XSL Variable

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>
--~--


--~------------------------------------------------------------------
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>