SAX?
TestXML.java:78: cannot access org.xml.sax.InputSource
file org\xml\sax\InputSource.class not found
Document doc = builder.build(new File(filename));
^
1 error
So where can I get this package.
BTW, i have created my own kindof serialization program using JDOM and reflection. I was about to test it but org.xml.sax cannot be found?

