RE: Template Select using a param

Subject: RE: Template Select using a param
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 9 Mar 2000 19:24:51 -0000
Assuming there isn't an easier way of solving the real requirement, this
looks like one for saxon:evaluate(): something like

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

then

<xsl:value-of select="saxon:evaluate(string($path))"/>

Mike Kay


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


Current Thread