> 
> Hi Andrzej,
> 
>  Yeah, actually I was the one that initiated that thread 
> about the XML parsing libraries ;) Kinda funny how my plugin 
> uses one huh? :-)
> 
> The plugin I submitted uses jdom actually (although it's a 
> moot point whether it uses jdom, or dom4j, etc.). The jdom 
> dependency comes from jaxen, which the commons-feedparser 
> uses. The nice thing about the commons-feedparser component 
> is its SAX-based (event style) parsing model, and its ability 
> to handle virtually all of the different RSS feed styles 
> (Atom, RSS 1.0, 2.0, etc.).
> 

ROME (http://wiki.java.net/bin/view/Javawsxml/Rome) only depends on Jdom
(with no additional dependencies) and performs just as well as
FeedParser despite using a DOM parsing model (See
http://www.mackmo.com/syndbench/feedparserresults.html and
http://www.mackmo.com/syndbench/romeresults.html)

(Sorry Kevin - couldn't help myself!)


Nick 

Reply via email to