Template Select using a param

Subject: Template Select using a param
From: Richard Jarvis <rjarvis@xxxxxxxxxxxxx>
Date: Thu, 09 Mar 2000 13:04:27 +0000
Hi,

I've got an xsl:param defined as :

<xsl:param name="path">
	/test/ROWSET/ROW/@<xsl:value-of select="$id"/>/<xsl:value-of
select="."/>
</xsl:param>

This gives the exact path to a specific node.

I then want to print out the value of that node, I had hoped to use:

<xsl:value-of select="<xsl:value-of select="$path"/>"/>

But this won't work and I can't see how else to do it.

Aany suggestions.

Thanks,

Richard


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


Current Thread