XML Validation

J

june

I am having problems validating some xml via msxml. xmlspy work
wonderfully.

XML := CreateOLEObject('MSXML2.DOMDocument.4.0');
Xml.validateOnParse := true;
XML.resolveExternals := true;
XSDL := CreateOLEObject('MSXML2.XMLSchemaCache.4.0');
xsdl.validateOnLoad := true;
XSDL.add(NSEdit.Text,'aaa.xsd');
XSDL.add(NSEdit.Text,'bbb.xsd');
XSDL.add(NSEdit.Text,'ccc.xsd'
XML.async := false;
XML.load('aaa.xML');

bbb.xsd references a simple type in ccc.xsd, but msxml fails to fin
the simple type. It also fails to recognize the maxlengths of simpl
types.

Am I doing something wrong. Any help gratefully recevied.

Is there a 3rd party product I can use (from within code)

jun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,236
Members
46,822
Latest member
israfaceZa

Latest Threads

Top