I want to validate an XML file against an XML Schema file.
It is a simple xml file. does not include namespace etc.
I want to do this in c++, using MSXML 6.0.
Can anyone provide me the guidance to do this
Thanks
|
|
|
|
|
|
|
You can validate as you load. This is sample code from the Windows/MSXML SDK:
You can download the MSXML6 SDK to get this sample and lots of others. Note: It will not install on Vista. If you run Vista, then get the Windows SDK. |
||
|
|