XML Processing In Java Using XOM
Sunday, November 19th, 2006I have decided to use XOM API to process XML data. There is no good reason actually. I may revisit another XML API (e.g. JDOM) in the future.
What I have done is to read the XML from the Internet (e.g. Digg RSS) and process it.
To summarize what I have done:
1. Open a connection.
2. Tell the XML API to read from the connection stream.
Simple, eh? ![]()
(more…)