usnistgov / xslt-blender

XML/XSLT processing in the browser, supported by a Typescript library
Other
7 stars 2 forks source link

STS Checker application #41

Closed wendellpiez closed 1 year ago

wendellpiez commented 1 year ago

Next to the STS Viewer, an STS Checker could apply rules to an STS document and report findings.

This could be Schematron-like (albeit simpler), working by dynamically compiling a set of rules into XSLT, then applying that to an STS instance.

The rules could be read from the server and/or loaded by the user.

wendellpiez commented 1 year ago

Among the checks / proofs

wendellpiez commented 1 year ago

Today's thought is that a Schematron could be provided for download that would do this same only better.

So the use case narrows to those who can't use such a Schematron, or who wish to confirm the findings of such a Schematron.

In any case, ideas on checks to be performed would be most welcome.

wendellpiez commented 1 year ago

Addressed in PR #49.