Re: [xsl] Variable in XPath...

Subject: Re: [xsl] Variable in XPath...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 9 Nov 2001 10:29:55 GMT
>      <xsl:variable name="node_id" 
> select="string(document('config_doc.xml')/config/nodename)"/>

> It's correct?

well that makes it a string, yes.
But then you can't for-each over a string, only over node sets, so you
still need to use the second form that I showed in the original answer.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread