I should add that one reason you may not have been able to understand some of the HTML parsers you've seen, is that a lot of them are written by so-called "compiler compilers", better described as "parser generators", based on a specialized parsing language. The output is not really human-readable, to say the least -- and the input isn't all that great, either. Still, it's not a bad way to write an HTML parser.
On Feb 21, 9:54 pm, Alisha <[email protected]> wrote: > Hi All, > > I have to parse a html file using java. I have gone through a lot of > html parsers, but seem to understand none of them. So please help me > out with the type of parser that should be used for an android app and > how to parse a html file. -- 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

