This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Template Select using a param


Doesn't this work?
<xsl:value-of select="$path"/>

Geoff

> -----Original Message-----
> From: Richard Jarvis [mailto:rjarvis@micromuse.com]
> Sent: 09 March 2000 13:04
> To: xsl-list@mulberrytech.com
> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]