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.