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

Subject: Re: [xsl] XPath parsing in XSLT (version 2.0)
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 21 Nov 2006 00:34:58 GMT
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

Current Thread