XPath 2.0 support for Synapse

2011-07-14 Thread Heshan Suriyaarachchi
Hi Devs, Synapse currently does not support XPath 2.0. I am looking into a way of adding this support for Synapse. SynapseXPath is written by extending AXIOMXPath which is using Jaxen. Jaxen does not support XPath 2.0. That is the reason that we can not use XPath 2.0 in Synapse. I would like to

Re: XPath 2.0 support for Synapse

2011-07-14 Thread indika kumara
Heshan, I think the better option is to use the standard javax.xml.xpath API, and try to avoid AXIOMXPath. It seems that saxon supports javax.xml.xpath API. It should be a matter of configuring a property to force to use Saxon implementation - just like XSLT transformation, Schema validation. The