[Htmlparser-user] query
Brought to you by:
derrickoswald
From: tanvir a. <tan...@gm...> - 2008-07-02 12:23:42
|
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; |