Re: [xsl] How to pass an XPath as a param and evaluate it?

Subject: Re: [xsl] How to pass an XPath as a param and evaluate it?
From: Andrew Welch <andrew.j.welch@xxxxxxxxx>
Date: Wed, 29 Jun 2011 07:54:26 +0100
> Is there a function or syntax in XSLT 1 or 2 that will evaluate the XPath at
> run-time?
>
> (BTW, I'm using SaxonPE 9.3 on Linux, if that matters.)

In XSLT 1 and 2, there's the extension function saxon:evaluate(), in
XSLT 3 it's part of the language so just eval()

http://www.saxonica.com/documentation/extensions/functions/evaluate.xml

-- 
Andrew Welch
http://andrewjwelch.com

Current Thread