Convert Editor 19's customized webhelp to 19.1
Posted: Thu Oct 05, 2017 6:17 am
Dear oXygen Support,
We have customized the webhelp(responsive) of oXygen Editor 19.0.
Implementing by changing the following extension points in DITA - OT's plugin com.oxygenxml.webhelp.
However, the DITA - OT plugin of OXygen Editor 19.1 has a different plug - in configuration.
19.0 plugin
com.oxygenxml.webhelp
19.1 plugin
com.oxygenxml.webhelp.classic
com.oxygenxml.webhelp.common
com.oxygenxml.webhelp.responsive
How can I convert customized webhelp from 19.0 to 19.1?
Regards,
t.aruga
We have customized the webhelp(responsive) of oXygen Editor 19.0.
Implementing by changing the following extension points in DITA - OT's plugin com.oxygenxml.webhelp.
Code: Select all
Implementing in our plugin
<feature extension="com.oxygenxml.webhelp.xsl.createMainFiles" file="xsl/createMainFilesShell.xsl"/>
<feature extension="com.oxygenxml.webhelp.xsl.dita2webhelp" file="xsl/dita2webhelpShell.xsl"/>
19.0 plugin
com.oxygenxml.webhelp
19.1 plugin
com.oxygenxml.webhelp.classic
com.oxygenxml.webhelp.common
com.oxygenxml.webhelp.responsive
How can I convert customized webhelp from 19.0 to 19.1?
Regards,
t.aruga