From: Bonnet E. <eb...@ge...> - 2003-02-06 16:40:06
|
Hi All, I have trouble using the XmlUnit Validator with a Xml file that must be validated with a XSD. I use the following code Validator validator = new Validator(new FileReader(file)); this.assertTrue(validator.isValid()); And file contains the full reference to its XSD. Do you have any idea about that ? Regards, Emmanuel |