The problem is DOM parsing - in produces a LOT of objects and garbage
collection
wile slurping everything in oner big gulp (and usually chokes)

What is wrong with SAX or XPP?


On Jan 29, 11:59 am, "Sasikumar.S" <sasikumar.it1...@gmail.com> wrote:
> Hi frank,
>
> Thank u for ur reply.
> that question is for android only.
> The url i sent is taking more than 3 minutes for me.
> I'm using DOM for XML Parsing.
>
> On Fri, Jan 29, 2010 at 11:19 AM, Frank Weiss <fewe...@gmail.com> wrote:
> > Is this and Android question? Anyway, on the Droid, using SAX, a 14 KB xml
> > takes much less than one second off the net. On a 2GHz laptop, I've seen 8
> > MB files parse in about one second. SAX is great. The pull XML parser is
> > said to be slightly faster in many cases.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com<android-developers%2bunsubscr...@googlegroups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Thanks & Regards
> Sasikumar.S

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

Reply via email to