Defining Schematron phase in NVDL

Oxygen general issues.
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

Defining Schematron phase in NVDL

Post 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?
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Re: Defining Schematron phase in NVDL

Post by george »

Yes, something like:

Code: Select all


<option name="http://www.thaiopensource.com/validate/phase" arg="myPhase"/>
Best Regards,
George
George Cristian Bina
jelovirt
Posts: 84
Joined: Tue Oct 11, 2005 9:17 am
Location: Helsinki, Finland
Contact:

Re: Defining Schematron phase in NVDL

Post 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.
Post Reply