I'm getting this error
org.jdom.JDOMException: Error in building: SAX2 driver class org.apache.xerces.parsers.SAXParser not found
and this is generated from the code
SAXBuilder parser = new SAXBuilder("org.apache.xerces.parsers.SAXParser");
I guess I need to add the Xerces jar file to my class path (I'm using JDOM and Java 1.3). If thats the case, where do I download the jar file from. On the other hand if thats not correct, then someone please point me in the right direction.
Your help is much appreciated.