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


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

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