Page 1 of 1

Defining Schematron phase in NVDL

Posted: Mon Jun 09, 2008 10:05 am
by jelovirt
When I use a Schematron schema in my NVDL schema, can I use the option element to define which Schematron phase is used?

Re: Defining Schematron phase in NVDL

Posted: Mon Jun 09, 2008 5:40 pm
by george
Yes, something like:

Code: Select all


<option name="http://www.thaiopensource.com/validate/phase" arg="myPhase"/>
Best Regards,
George

Re: Defining Schematron phase in NVDL

Posted: Tue Jun 10, 2008 9:36 am
by jelovirt
george wrote:Yes, something like:

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.