RE: [xsl] How to set nodeset to variable

Subject: RE: [xsl] How to set nodeset to variable
From: "Alice Fan" <arisuu@xxxxxxxxxxx>
Date: Tue, 14 Jan 2003 09:19:57 -0800

thanks Tom.


From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: [xsl] How to set nodeset to variable
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


_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Current Thread