Framework Extension script not loading to import transformation scenarios

Post here questions and problems related to editing and publishing DITA content.
katriel
Posts: 4
Joined: Wed Oct 05, 2016 1:07 pm
Contact:

Framework Extension script not loading to import transformation scenarios

Post by katriel »

I have created a Framework Extension script (.exf) as https://www.oxygenxml.com/doc/versions/ ... cases.html, in order to import configuration scenarios.

The exf file is in the root of the Framework directory together with the extension
extending-the-framework.zip
However, the transformation scenario is not being imported.

What am I doing wrong? Much thanks!
You do not have the required permissions to view the files attached to this post.
alex_jitianu
Posts: 1016
Joined: Wed Nov 16, 2005 11:11 am

Re: Framework Extension script not loading to import transformation scenarios

Post by alex_jitianu »

Hello,

The referred file is not a scenario dump, but another framework file judging by its name.

<transformationScenarios>
<addScenarios href="dita_2.x_extension.framework"/>
</transformationScenarios>

To obtain a proper scenarios file, you have to go to Options -> Preferences... on page Document Type Associations..., edit the DITA 2.X framework and select the Transformation tab. Select the scenarios and choose Export selected scenarios. The obtained file is the one to refer.

In theory, we can extract scenarios from a framework file as well, so I will add an issue for that improvement.

Best regards,
Alex
katriel
Posts: 4
Joined: Wed Oct 05, 2016 1:07 pm
Contact:

Re: Framework Extension script not loading to import transformation scenarios

Post by katriel »

thank you!
Post Reply