Re: [xsl] Converting a string to a node set

Subject: Re: [xsl] Converting a string to a node set
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 23 Feb 2001 13:18:15 GMT
before Jeni or Mike have the pleasure of correcting me:-)

Sigh, you can't use AVT's in Xpath expressions, so make that


<xsl:variable name="x"
select="document(concat('data:text/xml,',$string))"/>

David


_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

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


Current Thread