Problem with SchematronValidator.java

Martin Campbell <[email protected]> Thu, 05 Jun 2003 14:24:47 +1000
Newsgroups gmane.text.xml.schematron
Message-ID <00d001c32b1a$65d7c750$0100000a@CAMS001>
Hi all,

I hope this mailing list is still active, haven't seen a lot of recent activity.

I'm reasonably new to Java, I am trying to port some working Perl/XSLT based schematron stuff over to Java.

I can't get the ZValidationTest.java to run as I get a single error in the SchematronValidator class, the first line in the evalRule method makes a call to "locate" on a JXPPathContext object which fails as this method is not defined (and doesn't ever seem to have been?)

So if anyone can help?? 

(I have loaded the lastes copies of binaries and source files that I could find on the web)

Thanks in advance(and hope)