ebeshero / DHClass-Hub

a repository to help introduce and orient students to the GitHub collaboration environment, and to support DH classes.
GNU Affero General Public License v3.0
27 stars 27 forks source link

Schematron Quick Fix #772

Closed ebeshero closed 4 years ago

ebeshero commented 4 years ago

As we'll discuss soon, Schematron helps you find errors in your encoding using the power of XPath. There's some added functionality that we haven't tested much yet here on NewtFire, introduced by something called Schematron Quick Fix (SQF). SQF code can be added to Schematron so that when it flags an error, it can also fix it on the spot. I'd like us to try testing it out, so here are the resources we need to do that: https://www.oxygenxml.com/doc/versions/22.0/ug-editor/topics/sqf-operations.html

ebeshero commented 4 years ago

@djbpitt also located this helpful webinar on Schematron Quick Fix: https://www.oxygenxml.com/events/2016/webinar_understanding_and_developing_schematron_quick_fixes.html