Hello,

has anybody written a method that performs a validation of an xml document
vs. an xml schema with one of the following signatures:

boolean validateDocument(org.w3c.dom.Document document, org.w3c.dom.Document
schema);
boolean validateDocument(org.dom4j.Document document, org.dom4j.Document
schema);

The method should return true if and only if the document is valid.

Thanks,
Igor




-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to