Tagged Questions

0
votes
2answers
2k views

How to parse (non well-formed) HTML in android?

How to parse non well-formed HTML in android ? I tried to use XOM and TagSoup, but i get the following error when creating the Builder: 11-26 20:42:39.294: ERROR/dalvikvm(1298): Could not find ...