XML-Schema-learner icon indicating copy to clipboard operation
XML-Schema-learner copied to clipboard

Algorithmic inferencing of XML Schema definitions and Document Type Definitions

Results 4 XML-Schema-learner issues
Sort by recently updated
recently updated
newest added

PHPUnit is up to version 9.x now, and the test suite stops working somewhere around 6.x. The first, big problem is that they refactored the names, * `PHPUnit_Framework_TestCase` -> `PHPUnit\Framework\TestCase`...

Hi, by following the documentation for make, in both examples I receive an error "make: *** [/usr/local/share/XML-Schema-learner/schema-learn] Error 64". Checking Google didn't help me. Any ideas? Many thanks & kind...

I am tried to generate all options xsd generator xml in the file [universal.xml.txt](https://github.com/kore/XML-Schema-learner/files/39863/universal.xml.txt) For validating am using php DOMDocument::schemaValidate Please, fix it

When I generate the XSD using [this sample xml](https://github.com/kore/XML-Schema-learner/files/409911/sample.xml.txt) (renamed to `sample.xml.txt` for github's uploader) ``` ./schema-learn -t xsd simple.xml > simple.xsd ``` Then try to validate it with [xmllint](http://xmlsoft.org/xmllint.html)...