I am looking at Chilkat XML ActiveX with a view to using it in one of our products. I wanted to ask how can I load schemas in order to validate XML documents?
Answer:
The Chilkat XML parser is a non-validating parser. You can always use MSXML to validate, and then use
Chilkat XML for already-validated documents.