XML Schema Wizard XSD/DTD Import Error

XML Schema Wizard XSD/DTD Import Error


Scenario:

A user is would like to use the Schema Wizard to import an XSD file. The XSD file will allow users to process XML files.

Issue:

When we attempt to import the XSD schema a validation error occurs. No additional information is given.

EXTOL error message:


EXTOL Business Integrator XML Schema Wizard XSD/DTD Import Error screenshot



Resolution:

There is a validation issue with the XSD. EBI does not have the tools to diagnote the error but there are plenty of free resources on web such as: http://www.validome.org/grammar/



By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.