RE: [xml-dev] Underwhelmed (WAS: [xml-dev] XOM micro tutorial)

From
bob mcwhirter <>
To
Date
2002-09-21T04:52:23Z
ID
<>
Thread
RE: [xml-dev] Underwhelmed (WAS: [xml-dev] XOM micro tutorial)
> The minus points after taking a cursory glance at it and comparing
> against the DOM I am most familar with (the one in the .NET Framework)
>  - No XPath support [this makes makes it a non-starter in my book]

fwiw, XPath support will be easy to add in a day or less by implementing
a Jaxen Navigator for XOM.  Basically trivial.

	-bob