Re: [xml-dev] Xpath engine running over DOM API

From
Jeff Greif <>
To
Garland foster <>,
Date
2002-05-07T22:35:20Z
ID
<042101c1f617$78a2a410$6400a8c0@JMG>
Thread
Re: [xml-dev] Xpath engine running over DOM API
I believe dom4j (www.dom4j.org) has an XPath implementation on a DOM.
Jeff
----- Original Message -----
From: Garland foster
To: 
Sent: Tuesday, May 07, 2002 3:02 PM
Subject: [xml-dev] Xpath engine running over DOM API


Hi all,

I want to know if someone knows an Xpath engine built over a standard (more
or less) DOM API.
What I want is a storage-neutral Xpath implementation relying only on a DOM
document object
and DOM methods to process the query.