Happy new year world :)

I want to parse an html page downloaded from a web server and have
pretty much trouble with that.
I am trying with saxparser, is there any better solution?

With sax i am trying to preprocess the page to make it xml compliant
(replace <br> with <br />), but i still have some troubles because of
errors in the page (a couple of mismatched tags and "&" in attributes
value iso &amp;).

Is there any way to make sax parser ignore these errors and keep on
parsing? i tryed to use ErrorHandler interface, but i could not catch
anything.

Any help would be welcome.
Thierry.

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