Not super-fast, but javax.xml.parsers.DocumentBuilder.parse is simple
to use.

But of course one needs to know what to do with the parsed file
afterwards.  DocumentBuilder produces a org.w3c.dom.Document object
which you then must navigate by working your way through the nodes or
by using xpath statements.

On Jul 12, 2:30 pm, Siva <[email protected]> wrote:
> Can anyone tell me the easy and fastest XML Parser?
>
> I need guide/sample code...
>
> please help me...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to