admonkey
Results
1
issues of
admonkey
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)...