I want to parse an html file for these reasons:
- To the get the content between tags eg: between a pair of para tags
- To find the occurrence of break tags
- To get the attributes of a tag. Eg. to get the value of COLOR in FONT COLOR="red">
I need to do this in Java. I know the basics of jehrico parser. Please help me.