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

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,150
Latest member
MakersCBDReviews
Top