xsl-list
[Top] [All Lists]

Re: using an attribute's value as input for value-of?

2005-02-22 08:27:50

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
________________________________________________________________________

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--