From: Mike B. <mbr...@vi...> - 2003-06-24 16:16:22
|
> I agree that XPath is really useful. Almost all the XPath > implementations I know (apache JXPath, Jaxen) support plugging in custom > models. The XPath implementation that comes as part of Xerces (never > used) probably doesnt. In any case one can assume that w3c DOM is > already implemented, while everything else requires more work. > > That indeed speaks for either implementing the w3c DOM interfaces (why > not?), or leaving everything as is, IMO. I guess I don't care which XPath implementation is used. I wasn't actually aware of any other than the one that comes with xerxes. How does the custom model plugging work with JXPath and Jaxen? How much work would it be to plug in HtmlUnit's current data structure? Mike |