Re: [Htmlparser-user] query
Brought to you by:
derrickoswald
From: Fatih M. U. <fm...@gm...> - 2008-07-02 12:33:22
|
You should use the class in this package : org.htmlparser.Parser See javadocs. http://htmlparser.sourceforge.net/javadoc/index.html fmu _____ From: htm...@li... [mailto:htm...@li...] On Behalf Of tanvir ahmed Sent: Wednesday, July 02, 2008 5:24 AM To: htm...@li... Subject: [Htmlparser-user] query Parser p = new Parser("http://finance.yahoo.com/marketupdate?u"); when i write this code , it generates the error: "The constructor Parser(String) is undefined" can anyone solve the problem? i included the following line: import com.sun.org.apache.xalan .internal.xsltc.compiler.Parser; |