Skip to content

AndrewSales/schematron-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

schematron-diff

Generates a Schematron schema from an XML instance.

The automatically-generated schema asserts the presence and string value of every element and attribute in the document, further asserting that no unexpected attributes or elements are present.

The result can be used to detect whether a document has been changed. A typical application is document comparison, e.g. in a conversion workflow. Once run on a desired output instance, the generated Schematron schema can be used to check where a generated output instance differs from the target.

About

Generates a Schematron schema from an XML instance.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages