How to Add an Edit Link to Launch Oxygen XML Web AuthorEdit online
You can embed Edit links in the DITA WebHelp Responsive output that will automatically launch a particular document in Oxygen XML Web Author. A reviewer can then simply click the link and they will be redirected to the Oxygen XML Web Author editing page with that particular file open and editable.
Using a Publishing Template
- If you haven't already created a Publishing Template, see Working with Publishing Templates.
- Open the template descriptor file associated with your publishing template and add the
following parameters with their values set to the URLs:
- editlink.remote.ditamap.url - The URL of the DITA Map suitable for opening in Oxygen XML Web Author.
- editlink.web.author.url - The URL of the Oxygen XML Web Author installation.
<publishing-template> ... <webhelp> ... <parameters> <parameter name="editlink.remote.ditamap.url" value="webdav-https://dav.box.com/dav/my.ditamap"/> <parameter name="editlink.web.author.url" value="https://www.oxygenxml.com/webauthor.html"/> </parameters> </webhelp> - Open the DITA Map WebHelp Responsive transformation scenario.
- Click the Choose Custom Publishing Template link and select your template.
- Click OK to save the changes to the transformation scenario.
- Run the transformation scenario.
Result: In the WebHelp output, all topics will have an Edit link to the right side of the title and clicking the link will launch that particular document in Oxygen XML Web Author.
- Windows:
dita.bat -i c:\mySample.ditamap -f webhelp-responsive -Deditlink.remote.ditamap.url=webdav-https://dav.box.com/dav/my.ditamap -Deditlink.web.author.url=https://www.oxygenxml.com/webauthor.html - Mac OS X/ Linux:
dita -i /mySample.ditamap -f webhelp-responsive -Deditlink.remote.ditamap.url=webdav-https://dav.box.com/dav/my.ditamap -Deditlink.web.author.url=https://www.oxygenxml.com/webauthor.html
Using a Transformation Scenario in Oxygen XML Editor/Author
- Edit a DITA Map WebHelp Responsive transformation scenario and open the Parameters tab.
- Set values for the following parameters:
- editlink.remote.ditamap.url - The URL of the DITA Map suitable for opening in Oxygen XML Web Author.
- editlink.web.author.url - The URL of the Oxygen XML Web Author installation.
- Run the transformation scenario.
Result: In the WebHelp output, all topics will have an Edit link to the right side of the title and clicking the link will launch that particular document in Oxygen XML Web Author.
For more information, see https://www.oxygenxml.com/doc/ug-waCustom/topics/webauthor-integrate-embedded-launch.html.