Page 1 of 1
Invoking transformation scenarios via api
Posted: Thu Sep 09, 2021 11:24 pm
by BB_[A]
We're developing a a toolchain that will batch export large numbers of maps from a CCMS, run them through a migration transform, and upload them back into the system. We've tested out our migration tool (which normalizes and refactors the content), and it works great when we run it from Oxygen. When we try to do the same directly from the DITA-OT via command line (or PowerShell), it doesn't function as expected. Is it possible to invoke a transformation scenario via API?
Re: Invoking transformation scenarios via api
Posted: Fri Sep 10, 2021 6:51 am
by Radu
Hi Bill,
This is possible starting with Oxygen 23.1.
You would need a special commercial license for this:
https://www.oxygenxml.com/oxygen_scripting.html
We have a small chapter in our user's guide about scripting Oxygen:
https://www.oxygenxml.com/doc/versions/ ... xygen.html
And the topic about how to start a transform:
https://www.oxygenxml.com/doc/versions/ ... sform.html
Regards,
Radu
Re: Invoking transformation scenarios via api
Posted: Fri Sep 10, 2021 7:43 pm
by BB_[A]
Perfect! Thanks, Radu.