I'm attempting to validate some XML input against a XSD schema. The parser works, but when I hook in a schema, I get the exception below. I've validated the test input with an external validator, so I've eliminated that. Does anyone know how to setup a builder to validate this way?I'm attempting to validate some XML input again