RE: [xsl] How to set nodeset to variable

Subject: RE: [xsl] How to set nodeset to variable
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 12:06:48 -0500
[ 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


Current Thread