Post-transformation popup message

Post here questions and problems related to editing and publishing DITA content.
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Post-transformation popup message

Post by kmank »

I have created a scenario in 18.1 using the Responsive platform. This scenario includes js code to implement start and end dates for a screen feature to be displayed. The issue is: once the transform is complete it requires some other action by the user.

Is there a way to show a custom popup message immediately after the transform to prompt the user to perform final steps? I do not see anything in the Scenario dialog that wold allow it.
Radu
Posts: 9446
Joined: Fri Jul 09, 2004 5:18 pm

Re: Post-transformation popup message

Post by Radu »

Hi,

I see two possibilities here:

1) At the end of the transformation instead of opening the index of the generated HTML content you could open another HTML document which instructs the user of the transformation scenario what to do. For example if in the list of predefined Oxygen transformation scenarios you duplicate and edit the DITA Map WebHelp Responsive with Feedback scenario and look in the "Output" tab, in the Output File section it decides to open some other specific HTML document which instructs the user what to do next.

2) The WebHelp transformation is based on ANT so you can use a custom ANT build file which calls the DITA OT processing:

https://www.oxygenxml.com/doc/versions/ ... -file.html

and afterwards it could do something else, for example open in the web browser an HTML document with instructions:

http://stackoverflow.com/questions/4696 ... -a-browser

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
kmank
Posts: 118
Joined: Mon Apr 19, 2010 5:33 pm

Re: Post-transformation popup message

Post by kmank »

Option 2 sounds promising. Thanks for the suggestions!
Post Reply