A simple Schematron demo for PHP 5.6.28 and Saxon/C 1.0.2 |
Sunday, February 5th, 2017 04:38:05 GMT |
Software |
Today, I figured out how to use the XML-validation language Schematron with PHP 5.6.28 and the XSLT processor Saxon/C 1.0.2.
And since examples of using Schematron with PHP plus Saxon/C currently seem to be quite rare on the web - possibly even nonexistent, except for my own - I put together this GitHub repo:
Everything else is unmodified stuff from the official Schematron repo.
Soon, I'll be able to be far more sure I'm generating valid VUE: Visual Understanding Environment concept maps with tools other than VUE itself. (Here's my slightly modified version of VUE.)
I only authored the PHP script and the "README.md" file. The included Schematron schema and XML files are my slightly modified versions of things from the the official Schematron repo.
Now that I can use Schematron, I'm guessing I'm probably going to have a much easier time with all of my current and future XSLT projects.