I would like to know what exact advantage is gained in doing Android XML Parsing using DOM Parser and SAX Parser?
Is it like DOM parser is advantageous than SAX Parser or vice-versa?
SAX Parsing is the Best one to implement than DOM, see the difference between these two in the following:
DOM:
SAX: