xsl-list
[Top] [All Lists]

Re: [xsl] [string to node]

2010-02-21 17:00:30
On 21/02/2010 22:52, ac wrote:
Hi,

$a is a string as it is the result of <xsl:value-of select="//dd"/>


No. Firstly value-of doesn't return a string but a text node, and secondly $a isn't the result of the value-of it is constructed by an xsl:variable with content rather than a select attribute which means that it's a result tree fragment corresponding to a root node with a single child the text node generated by value-of.

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>