I've had no problems using the SAX parser on Android.

I really think you should fix your characters() override method. Read
to API docs. It doesn't have to return the full contents of a text
node (I see newbies frequently make this mistake). I always use a
StringBuffer or StringBuilder.

What helps me a lot is to use Eclipse's debugger (for that matter,
same goes for Firebug, IE8 Devleoper Tools, XCode debugger...).
Stepping through the code is so much better than head scratching.

-- 
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