[Htmlparser-user] help
Brought to you by:
derrickoswald
From: vihang <vih...@ho...> - 2003-10-13 01:07:37
|
I am usiing html parser to parse the files. However the parser accepts the files only that ones that are on the server ie online. I need to parse some files that are on disk . Can somebody tell me how to parse the files that are on disk. The parser object aceepts the input of the form .. Parser parser = new Parser("http://www.yahoo.com",new DefaultHTMLParserFeedback()); i want the first argument to be a location on the disk , but the parser wont work. Can anybody help ?? - Vihang |