Hi,
I need to write some VBScript to validate and XML document against a schema. How do you do this using the XMLDOM object in MSXML?
I am hoping to be able to exec the VBScript in a command window and take a couple of parameters - the XML and the schema. XMLDOM does have 'validate' methods but they seem to assume that the reference to the schema is embedded in the XML document.
Thanks,
Stoggers.
I need to write some VBScript to validate and XML document against a schema. How do you do this using the XMLDOM object in MSXML?
I am hoping to be able to exec the VBScript in a command window and take a couple of parameters - the XML and the schema. XMLDOM does have 'validate' methods but they seem to assume that the reference to the schema is embedded in the XML document.
Thanks,
Stoggers.