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]

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

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