Page 1 of 1

Is there a way to trigger the "batch validate referenced DITA resource" programatically?

Posted: Fri Mar 10, 2023 8:47 am
by roopesh79
Hi team,

I am exploring the Oxygen SDK and looking for an API that can trigger the batch validation only for the custom schematron for DITAMAP. Is there any way I can create a custom java plugin and integrate this feature?

Regards
Roopesh

Re: Is there a way to trigger the "batch validate referenced DITA resource" programatically?

Posted: Fri Mar 10, 2023 9:29 am
by Radu
Hi Roopesh,

We have this API:
https://www.oxygenxml.com/InstData/Edit ... ccess.html
It would validate each file with the validation scenario currently assigned to it. That's all we have.

Regards,
Radu

Re: Is there a way to trigger the "batch validate referenced DITA resource" programatically?

Posted: Fri Mar 10, 2023 7:04 pm
by roopesh79
Hi Radu,
This is helpful, let me experiment with this.
Thanks Radu
Roopesh