[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: Template Select using a param


Subject: RE: Template Select using a param
From: Richard Jarvis <rjarvis@xxxxxxxxxxxxx>
Date: Thu, 9 Mar 2000 16:01:58 +0000 (GMT)

No, that simply outputs the text value of the param.
I need that to reference a particular node - and print that node's value.


On Thu, 9 Mar 2000, Dawson, Geoff F wrote:

> 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
> 


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



Current Thread