what's the best way to validate an xml file against an xsd, when you have to retrieve the xsd from the header attribs via http?
for instance, if given an xml that contains the "schemaLocation="http://www.example.com/myschema.xsd http://www.example.com/myschema.xsd" the process would be (a) retrieve the xsd from the schemaLocation, and (b) ensure that the xml file validates against the retrieved schema retrieval of the xsd is trivial, but not sure about the validation part is there an example that someone could point me to? thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
