B
Bernd Oninger
Ok, in order to validate a given xml file against a given xsd file I would like to
type at the command prompt something like
java -classpath .;\blah\bluh\foo.jar myxmlfile.xml
Is there such a jar file which helps me to do this?
Unfortunately XercesImpl.jar is not suitable
It yields:
Exception in thread "main" java.lang.NoClassDefFoundError: myxmlfile/xml
Why?
Bernd
type at the command prompt something like
java -classpath .;\blah\bluh\foo.jar myxmlfile.xml
Is there such a jar file which helps me to do this?
Unfortunately XercesImpl.jar is not suitable
It yields:
Exception in thread "main" java.lang.NoClassDefFoundError: myxmlfile/xml
Why?
Bernd