Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rjelliffe authored Jan 12, 2017
1 parent 8f1bb1e commit 17edc4f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# schematron
This is the most recent version of the "skeleton" XSLT implementation of Schematron by Rick Jelliffe and many others.
This is the most recent version of the "skeleton" XSLT implementation of ISO Schematron by Rick Jelliffe and many others.
Notable early contributions were made by Oliver Becker and his students.

It is a library of XSLT scripts suitable for embedding in applications or servers, or running from command shells.
There is a version for XSLT1 and one for XSLT2. There is an XSLT API to allow easy integration, but most popular is to use the
generated output XML documents which use the flat SVRL (Schematron Valiation Reporting Language) defined as part of ISO Schematron.

This Open Source software was first released in 2000, and has had various homes since them: xml.ascc.net (Academia Sinica, Taiwan),
Schematron.com (Rick Jelliffe's information site, courtesy Allette Systems), GoogleCode and now GitHub.
Schematron.com (Rick Jelliffe's information site, courtesy Allette Systems), GoogleCode and now GitHub. There are several other
minor forks of Schematron on the web: as at January 2017, this site is Rick's "official" distribution site for the code.

The code has tracked the various versions of Schematron from version 1.1 to ISO Schematron 2006 and draft ISO Schematron 2016.
The scripts are currently being checked against the released ISO Schematron 2016 Internation Standard to confirm conformance.
Status: The code has tracked the various versions of Schematron from version 1.1 to ISO Schematron 2006 and draft ISO Schematron
2nd edition (now ISO Schematron 2016). The scripts are currently being checked against the released ISO Schematron 2016
International Standard to confirm conformance, and to merge various bug fixes and enhancements that have been requested over the last decade.

0 comments on commit 17edc4f

Please sign in to comment.