Originally posted by Karin Paola Illuminate: If I use ByteArrayToDocument. Is it possible to parse the XML with SAX?
Sure. You pass "new ByteArrayInputStream(myByteArray)" or "new InputSource(new ByteArrayInputStream(myByteArray))" to the parse() method of the SAXParser.