xsd - Is there a schema for validating schematron files? -
i'm looking schema (ideally xsd) validate schematron schema file i.e. check schematron file correctly formatted.
i've found schema https://github.com/oxygenxml/sqf/blob/master/schemas/iso-schematron.xsd in principle want, prefer that's little more official (in header says converted using trang, doesn't converted from).
does know of official schemas schematron or know if 1 good?
schematron maintained on github. check out https://github.com/schematron/schema relaxng compact scheme - there is. there no public xsds... created svrl xsd https://github.com/phax/ph-schematron/blob/master/ph-schematron/src/main/resources/schemas/svrl.xsd
Comments
Post a Comment