I've read several topic on how to read local XML file.
Most of them are using openRawResource(). However it's much more slower compared to getXML().
I wanted to use getXML for my project, it's there any way to use getXML with XMLReader.parse(), as SAX InputSource does not accept XmlResourceParser as parameter.
Edit: btw, when do the startElement endElement will be called? Is it right after XMLReader.parse? Is it possible to restart the parsing from the top when I read a certain value of attributes?
Thank you very much