Parsing HTML page

Hello Friends,

This is Murthy. I want solution for this problem. One folder contains both text files and HTML files. you have to collect all HTML files. After that each HTML file contains some static Content. Suppose HTML file contains the word "that". you have to print in which line "that" word presents. Anybody help me. Tomorrow I have an interview.

[366 byte] By [Murthy.Kataria] at [2007-10-3 4:08:57]
# 1
Hai, I think using Java API u can go to that folder , and among that files u can use FilenameFilter to filter the files by specifying .html .and for parsing an HTML document see this: http://kickjava.com/924.htmRaviKiran
Kiran507a at 2007-7-14 22:08:52 > top of Java-index,Core,Core APIs...