Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Is anyone interested in having Jaxen within Eclipse


On 06/09/2010 04:41 AM, Andrea Zoppello wrote:

My question are :

1)Is there anyone interested to have Jaxen in Orbit?
2)Is there any alternative to Jaxen? yes i know we could use the JDK XPath api, but i'm interested
in jaxen because i would like to use within dom4j.

If you need XPath support and don't mind XPath 2.x support, the Eclipse Web Tools XSL project has the PsychoPath XPath 2.0 processor, which takes a DOM as input.  It doesn't care who provides the DOM.

The id for PsychoPath is: org.eclipse.wst.xml.xpath2.processor

The PsychoPath documentation can be found here:

http://wiki.eclipse.org/PsychoPathXPathProcessor



Back to the top