xsl-list
[Top] [All Lists]

RE: How to set nodeset to variable

2003-01-14 10:06:48
[ Alice Fan]

I am passing a nodeset to my xsl.  How do I set my variable 
in xsl to a 
nodeset.?

like this?

<xsl:param name="external_files_nodeset" 
select="nodeset($external_files_nodeset)"/>


If it is really a node set and not a string, then

select='$external_files_nodeset'

Cheers,

Tom P

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



<Prev in Thread] Current Thread [Next in Thread>