XML Validation

J

june

I have trying to validate an xml via code. My XML and 3 XSD validate n
problem via XMLSpy, but the below

XML := CreateOLEObject('MSXML2.DOMDocument.4.0');
Xml.validateOnParse := true;
XML.resolveExternals := false;
XML.async := false;
XML.load(aaa.xml');

Fails to pick up one of the simple types within one of the XSD.
I have seen plenty of similar problems, but no solutions.

Help gratefully received. I really need to be able to do this via cod

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,780
Messages
2,569,611
Members
45,277
Latest member
VytoKetoReview

Latest Threads

Top