Defining Schematron phase in NVDL
Posted: Mon Jun 09, 2008 10:05 am
When I use a Schematron schema in my NVDL schema, can I use the option element to define which Schematron phase is used?
Code: Select all
<option name="http://www.thaiopensource.com/validate/phase" arg="myPhase"/>
I tried to find this from the documentation but at least Google didn't find it using site search. Please consider adding this to the documentation, as this is a useful feature.george wrote:Yes, something like:Code: Select all
<option name="http://www.thaiopensource.com/validate/phase" arg="myPhase"/>