I figured out how to Validate with Java 1.4.2 and SAX(2.0). I had to download the new SAX jars from sun, place them in the jre, and used the following.
Forgot: If the file isn't valid and the void error(SAXException e) { } isn't overidden, then the file parses with the errors in it and you'll never know.
Thanks for the help in leading me in the right direction.
Joe
[ February 10, 2006: Message edited by: Joe Quickshot ]