## Converting XML to YAML/JSON/CSV/etc # Compile an XSD schema file and parse one shiporder.xml file catmandu convert XSD --root '{}shiporder' --schemas demo/order/*.xsd to YAML < shiporder.xml # Same ...
For the object defined in a root Schema (and all included and imported schemas - using a given schema folder) the program checks if they are covered by examples in an example folder. This is a sort of ...