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

Subject: Re: [xsl] using an attribute's value as input for value-of?
From: Jakob Fix <jakob.fix@xxxxxxxxx>
Date: Wed, 23 Feb 2005 10:16:44 +0100
thanks everybody.  It helped me realize that I need to achieve what I
want to do differently.


On Tue, 22 Feb 2005 15:27:50 GMT, David Carlisle <davidc@xxxxxxxxx> wrote:
> 
> 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

-- 
cheers,
Jakob.

Current Thread