I keep wanting a simple "convert this Excel profile into schematron/XSL" script. Though it's easy to use the --schematron-out and --xslt-out options in stix_validator.py, I want to take them out and put them in a dedicated translation script (or scripts),
Maybe profile-to-sch.py and profile-to-xslt.py or just transform-profile.py with an --fmt=xslt,sch option.
I keep wanting a simple "convert this Excel profile into schematron/XSL" script. Though it's easy to use the
--schematron-outand--xslt-outoptions instix_validator.py, I want to take them out and put them in a dedicated translation script (or scripts),Maybe
profile-to-sch.pyandprofile-to-xslt.pyor justtransform-profile.pywith an--fmt=xslt,schoption.