}
// set the schema to be validated against
validator.setXMLProperty(XSDValidator.FIXED_SCHEMA, xmlSchema);
XMLError xmlErr = new XMLError();
try {
validator.setError(xmlErr);
} catch (org.xml.sax.SAXException saxex) {
throw XMLPlatformException.xmlPlatformValidationException(saxex);
}