I would like to know how to use Validate(Document) method of org.dom4j.io.SAXValidator.
I am getting a org.dom4j.Document in response to a SOAP call to another application and I want to validate this document against a XSD. Can I somehow use this method to do that?
Thanks
Ritesh