|
|
|||
RSS Parsing through a Document object rather than SAX
I've posted some code I used to process an RSS 2.0 XML document (Java)...
The Blurb I’ve seen a lot of examples for parsing XML using SAX. As far as I can tell, that is the most efficient method for doing so. Honestly though, I’m not really sure how much of a crutch using the DOM would be on speed. I thought, as a learning experience, I would break from this model and sharpen my skills with the org.w3c.dom.Doucment. Seems how I didn’t find any decent examples of this online, here’s a little addition to the collective knowledge pool. http://www.anotheran...-parsingparser/ Comments would be greatly appreciated! Randall 0 Replies |
|||
|