Hi , I am trying to use the Xerces parser. I downloaded the xerces-j-bin.1.2.0.zip file from the xerces web site and used the command line command jar xf xerces-j-bin.1.2.0.zip to extract the files. It did gave me a sub directory containg the xerces.jar file. I mentioned the complete path of Xerces.jar in the environment entries in my Windows NT operating system. I tried compiling an XML program which uses the SAX interface and a Class( SAXParser, XMLReader). I get errors stating " can not resolve symbol". Can you help me?
Sivakumar.