xsl-list
[Top] [All Lists]

xalan:node-set() with < and >

2005-10-17 08:54:43
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

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