In part 1 we introduced a way of chunking Xml. In a recent project I was tasked with creating a large Xml file and I used the chunking facility described to process a particular element.
In part 1 we introduced a way of chunking Xml. In a recent project I was tasked with creating a large Xml file and I used the chunking facility described to process a particular element.
I was looking for a means of parsing a large XML document while retaining the ability to process particular elements of interest. In this post I will demostrate a way of parsing an XML document with a SAX XMLReader and…