[xsl] xalan:node-set() with < and >

Subject: [xsl] xalan:node-set() with < and >
From: Jacquo Johnson <genxgeek@xxxxxxxxx>
Date: Mon, 17 Oct 2005 08:54:43 -0700 (PDT)
Does anybody have some experience with respect to
xalan:node-set()?  I'm trying to get the following to
work via XSLT 1.0 but to no avail (I have to use the
escaped <>'s because that what is being passed into
the sytlesheet).  Thanks!

<xsl:variable name="rtf2">
 
&lt;Node&gt;&lt;Value&gt;HI2&lt;/Value&gt;&lt;/Node&gt;
</xsl:variable>
<xsl:copy-of
select="xalan:nodeset($rtf2)/child::*/Value" />


	
		
__________________________________ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

Current Thread