We use SAX to parse XML because it does not require the entire XML document to be read into memory in order to parse a single value. I read many articles ...