Archived Forum Post

Index of archived forum posts

Question:

Method to validate an XML string or file against Schema?

Sep 13 '17 at 13:20

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


Answer

I'm sorry to say that Chilkat doesn't have an XML validator.