Subject: Re: using an attribute's value as input for value-of?
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 22 Feb 2005 15:27:50 GMT
|
some systems (eg saxon) provide an evaluate extension function that
allows you to evaluate a string as an xpath expression.
If your system has such an extension you may use that, othewise you need
to first use xslt to generate a stylesheet in which the xsl:value-of has
the select expression copied from the source, and then execute this new
stylesheet.
David
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
|