Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validate XML against schema in VBScript

Status
Not open for further replies.

stoggers

Vendor
May 30, 2001
93
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top