Question:
Trying to determine if there is a way to validate the contents of a file, or memory location, representing an XML string against a schema? Something like: bool result = CkValidateXML (schemaFile, xmlFile); or bool result = CkValidate XML (schemaString, xmlString);
Thanks in advance!
VR/JW
I'm sorry to say that Chilkat doesn't have an XML validator.