Page 1 of 1

Saving generated XSLT file from Schematron validation.

Posted: Thu Nov 29, 2012 12:09 pm
by William
Hello.

I have created a valid .sch (Schematron) file and used it successfully against an input file, but is it possible to save the intermediate XSLT file generated during the validation process for use elsewhere? Or generate one directly for saving?

I'm using Oxygen XML Developer 14.1, build 2012101809 Ent. Ed.

--
William

Re: Saving generated XSLT file from Schematron validation.

Posted: Thu Nov 29, 2012 1:04 pm
by Costin
Hello,

Actually, it is already possible to directly generate the XSLT from a Schematron (.sch) file.
In order to do that, if you have a .sch file open in the editor, just go to the transformation scenario configuration dialog in oXygen (either from oXygen menu Document > Transformation > Configure Transformation Scenario(s)... - or the appropriate button in the Transformation toolbar) and apply the "Schematron to XSLT (compile)" scenario.

Regards,
Costin

Re: Saving generated XSLT file from Schematron validation.

Posted: Thu Nov 29, 2012 1:36 pm
by William
Talk about missing the obvious! Thanks Costin.

--
William