xsl-list
[Top] [All Lists]

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

2008-06-26 18:41:07
On Thu, Jun 26, 2008 at 6:45 PM, Kai Hackemesser <kaha(_at_)gmx(_dot_)de> 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

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

<Prev in Thread] Current Thread [Next in Thread>