Validating XML with xml4j

Subject: Validating XML with xml4j
From: Wolfgang May <may@xxxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 26 Nov 1999 15:36:29 +0100 (MET)
Hi,

some time ago (xml4j_2_0_4), it was possible to validate an XML file with xml4j
by calling 

jre -cp "xml4j.jar:xml4jSamples.jar" XJParse test.xml 


With xml4j_2_0_15 and xml_EA2, this seems not to be possible:

jre -cp "xml4j.jar:xml4jSamples.jar" XJParse test.xml 
Class not found: XJParse

Is there a class which does this instead?
I tried DOMParser and some of its subclasses but none of them has been 
found:

malta:/home/dbis/XML-Tools/xml4j> jre -cp "xml4j.jar:xml4jSamples.jar" DOMParser test.xml 
Class not found: DOMParser
malta:/home/dbis/XML-Tools/xml4j> jre -cp "xml4j.jar:xml4jSamples.jar" ValidatingParser test.xml 
Class not found: ValidatingParser
malta:/home/dbis/XML-Tools/xml4j> jre -cp "xml4j.jar:xml4jSamples.jar" RevalidatingDOMParser test.xml 
Class not found: RevalidatingDOMParser

The $CLASSPATH contains -- among others --

/home/dbis/XML-Tools/xml4j/xml4j.jar:/home/dbis/XML-Tools/xml4j/xml4jSamples.jar

Wolfgang


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread