Dear
users,
I am new to iText.
When I tried to compile the Cv.java from the examples I get a compilation error.
I have already put the itext-1.00.jar in the classpath.
Cv.java:28: cannot
resolve symbol
symbol : class XmlParser
location: package xml
import com.lowagie.text.xml.XmlParser;
symbol : class XmlParser
location: package xml
import com.lowagie.text.xml.XmlParser;
Cv.java:47: cannot
resolve symbol
symbol : variable XmlParser
location: class Cv
XmlParser.parse(document, "cv.xml");
^
symbol : variable XmlParser
location: class Cv
XmlParser.parse(document, "cv.xml");
^
Regards,
Ganesh
