Saving generated XSLT file from Schematron validation.

Here should go questions about transforming XML with XSLT and FOP.
William
Posts: 42
Joined: Sun Jul 15, 2012 12:26 pm
Location: London

Saving generated XSLT file from Schematron validation.

Post 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
Costin
Posts: 833
Joined: Mon Dec 05, 2011 6:04 pm

Re: Saving generated XSLT file from Schematron validation.

Post 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
Costin Sandoi
oXygen XML Editor and Author Support
William
Posts: 42
Joined: Sun Jul 15, 2012 12:26 pm
Location: London

Re: Saving generated XSLT file from Schematron validation.

Post by William »

Talk about missing the obvious! Thanks Costin.

--
William
Post Reply