xsl-list
[Top] [All Lists]

Re: [xsl] XPath parsing in XSLT (version 2.0)

2006-11-20 17:39:45

It's not quite what you asked for, but you might be interested in xq2xml
which provides an xml view of xquery (and hence xpath, being a subset of
xquery) together with some xslt filesto proces the xml view in various
ways, along with examples showing how to use saxon's abilty to use java
methods as extension functions to call the xquery parser from xslt,
returning an XDM tree. 

http://monet.nag.co.uk/xq2xml

David

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