MessageThe noNamespaceSchemaLocation property takes just one string, the URI of the schema. The schemaLocation property takes space-separated URIs in pairs, each pair containing the namespace URI and the schema URI. So, just remove http://mytestdomain.com/testurl from the noNamespaceSchemaLocation property value
Jeff ----- Original Message ----- From: Greg McCreath To: [EMAIL PROTECTED] Sent: Tuesday, April 08, 2003 11:07 AM Subject: Schema Validation Hi All, I having a bit of bother with my first go at validating a schema in xerces. My input document has no namespaces and I want to validate it against a schema. I'm getting a "'http://mytestdomain.com/testurl file://C:/Terminal201.xsd' is not a valid 'anyURI' value" error when I try to set the noNamespaceSchemaLocation property and I'm not sure how to get rid of it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]