Page 1 of 1

XSLT transformation in Oxygen

Posted: Thu Jul 11, 2024 12:19 am
by changke
Hi Oxygen Support experts,

For dita publish, does Oxygen use xalan or saxon for xslt transformation?
can we use Oxygen publish function to publish S1000D documents assuming we provide S1000D specific stylesheets?

Thanks,

Kehua

Re: XSLT transformation in Oxygen

Posted: Thu Jul 11, 2024 6:58 am
by Radu
Hi Kehua,
For DITA XML publishing Oxygen uses the DITA Open Toolkit engine which contains inside the Saxon 12 XSLT engine. The DITA Open Toolkit set of libraries are specialized to publish DITA XML content.
Oxygen also comes bundled separately with the Saxon 12.3 XSLT engine and if you have your own custom XSLT stylesheets you can create XML + XSLT transformation scenarios:
https://www.oxygenxml.com/doc/versions/ ... -xslt.html
Regards,
Radu

Re: XSLT transformation in Oxygen

Posted: Thu Jul 11, 2024 10:45 pm
by changke
Radu,

Thanks!

Kehua