[
Lists Home |
Date Index |
Thread Index
]
Jaxen (http://www.jaxen.org/) provides XPath for DOM (as well as dom4j,
EXML, and JDOM). You can also write a Navigator interface implementation
to match it to other formats, which might be easier than providing a DOM
interface to your XML storage solution.
- Dennis
Garland foster wrote:
> 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.
>
> If so then just providing a DOM API for some kind of XML storage
> solution I'll be able to use Xpath.
>
>
>
> Thanks a lot in advance.
>
> Garland.
>
>
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com ).
> Version: 6.0.351 / Virus Database: 197 - Release Date: 4/20/02
>
|