Re: [xsl] How to resolve a xpath reference given in an attribute?

Subject: Re: [xsl] How to resolve a xpath reference given in an attribute?
From: "Jon Gunnip" <jongunnip@xxxxxxxxx>
Date: Thu, 26 Jun 2008 19:40:40 -0600
On Thu, Jun 26, 2008 at 6:45 PM, Kai Hackemesser <kaha@xxxxxx> wrote:
> How can I access a node using the string given in the reference attribute?
>

Your XSLT processor might have an extension function that can evaluate
a string as an XPath expression at runtime.  For example, see
saxon:evaluate():
http://saxon.sourceforge.net/saxon7.9/extensions.html#evaluate.

Jon

Current Thread