| Author |
How to validate xml against multiple schemas (XSD)
|
|
|
| Hi All,
I need to validate a XML document against multiple schemas (XSD) in
"C".
I am using MSXML 3.0. How to do it?
Thanks in advance for the help.
| |
| Martin Honnen 2007-03-28, 7:18 pm |
| sai wrote:
> I need to validate a XML document against multiple schemas (XSD) in
> "C".
> I am using MSXML 3.0. How to do it?
Use MSXML 6 for XSD validation as MSXML 3 does only support DTD
validation (and XDR schema validation).
With MSXML 6 you need to use an XmlSchemaCache and add those schemas you
want to validate against to the cache.
--
Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
|
|
|
|
| Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |