xsl-list
[Top] [All Lists]

RE: How to set nodeset to variable

2003-01-14 10:19:57

thanks Tom.

From: "Passin, Tom" <tpassin(_at_)mitretek(_dot_)org>
Reply-To: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
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



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