[
Lists Home |
Date Index |
Thread Index
]
> Many native XML databases come with XPath implementations. For a list of
> these, see [1]. I imagine there are stand-alone XPath implementations as
> well, although I'm not sure what they are other than Xalan appears to
> include one [2]. (Suggestions, anyone?)
http://jaxen.org/
Jaxen is the universal XPath engine, capable of
evluating xpaths against DOM, dom4j, JDOM, or
EXML models.
-bob
|