Quote:
quote:Originally posted by joefawcett
If the bbb.xsd and ccc.xsd documents are included in aaa.xsd, do you need to add them to the schema cache as well? Shouldn't the pareser do this for you?
--
Joe
|
I have tried this. The xml validates in xmlspy, but fails to validate using
XML := CreateOLEObject('MSXML2.DOMDocument.4.0');
Xml.validateOnParse := False;
XML.resolveExternals := true;
XML.async := false;
XML.load('aaa.xML');
is there a bug with msxml2 ?