RE: Template Select using a param

Subject: RE: Template Select using a param
From: "Dawson, Geoff F" <Geoff.Dawson@xxxxxxxxxxxxxxx>
Date: Thu, 9 Mar 2000 14:10:12 -0000
Doesn't this work?
<xsl:value-of select="$path"/>

Geoff

> -----Original Message-----
> From: Richard Jarvis [mailto:rjarvis@xxxxxxxxxxxxx]
> Sent: 09 March 2000 13:04
> To: xsl-list@xxxxxxxxxxxxxxxx
> Subject: Template Select using a param
> 
> 
> 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
> 


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


Current Thread