[xsl] accessing paramters as node-sets

Subject: [xsl] accessing paramters as node-sets
From: "Marcus B. Irven" <marcus@xxxxxxxxxxxxxxx>
Date: Tue, 13 Jul 2004 16:54:44 -0700
currently i'm accessing a xsl variable such as:

<xsl:variable name="test">
<some>xml</some>
</xsl:varialbe>

using exsl:node-set($test)

now I want to pass in the same xml as a paramter such as:

<xsl:param name="test2"/>

and then access it with exsl:node-set($test2) but it doesnt work.  Is this
possible?

Marcus

Current Thread