xsl-list
[Top] [All Lists]

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

2011-06-29 01:54:39
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

--~------------------------------------------------------------------
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>
--~--