XML-Schema-learner
XML-Schema-learner copied to clipboard
xsd from xml is generated but xml by this xsd is not validated
I am tried to generate all options xsd generator xml in the file universal.xml.txt
For validating am using php DOMDocument::schemaValidate
Please, fix it
Confirmed. I am unable to validate the XSD created from the universal.xml file above.
It might also depend on the PHP version for DOMDocument::schemaValidate. I noticed when custom building 5.5.9 it failed the make test. However, I am still unable to validate using other tools such as http://sabre.io/xml/reading/
Hi , i suspect its the / in the generated type names. Type definitions name attribute is of type ncname.