You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Kevin O'Neill <ke...@rocketred.com.au> on 2002/05/25 04:33:54 UTC

Re: XML parsing performance (Re: cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method SearchMethod.java)

> - Use dom4j:
>   Faster than DOM/JDOM, and offers direct XPath support for document
>   navigation, which I think could be quite useful for hanlding WebDAV 
>   requests.

I've switch from jdom to dom4j for the majority of my projects and found
the performance slightly better. The big winner has been the usage of
xpath to access nodes in the trees.

k.  


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>