From: Christian S. <chr...@ne...> - 2003-06-24 16:04:39
|
Mike Bresnahan wrote: >>In the meantime, comments from others would be welcome. This would be a >>fairly significant change. > > > I don't understand the ramifications of this enough to have a useful > opinion, however if possible it would be nice to make it possible to use > Apache's XPath API on the resulting data structure. I assume this means > that it must be a DOM, but I'm only assuming. 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. > > Mike Bresnahan > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > HtmlUnit-develop mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlunit-develop > |