There is a blank catch block in your code. I saw one. Just try to
print out the stack in all the catch blocks and see if you get any
exceptions.

Thanks and Regards,
Kumar Bibek
http://tech-droid.blogspot.com

On Jul 19, 11:17 pm, Frank Weiss <[email protected]> wrote:
> 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 [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