Parsing xml document using DOM api

In this post I will explain how to parse a xml document using DOM api. The DOM api can also be used to create xml documents in addition to reading. The DOM compliant parser loads the entire document in memory for reading it. Once the entire xml document is loaded in the memory, we can…… Continue reading Parsing xml document using DOM api