Page 1 of 1
Can't Publish WHR in oXygen 19
Posted: Wed Jan 03, 2018 8:48 pm
by GregWait
I have a custom WHR output that does not work in oXygen 19, but works in 18. Is there some change I need to make to get it to work in v.19?
Greg Wait
Sensus
Re: Can't Publish WHR in oXygen 19
Posted: Thu Jan 04, 2018 4:19 pm
by ionela
Hello,
In version
19.1 the WebHelp Plugin was split in two main plugins, one that covers the WebHelp Classic functionality and one that covers the Responsive functionality. Thus, the available extension points were redesigned.
For the WebHelp Responsive plugin the following changes were performed:
- The com.oxygenxml.webhelp.xsl.createMainFiles extension point was split in three extension points:
- com.oxygenxml.webhelp.xsl.createMainPage - for the Main page (index.html)
- com.oxygenxml.webhelp.xsl.createSearchPage - for the Search page
- com.oxygenxml.webhelp.xsl.createIndexTermsPage - for the Index Terms page
- The com.oxygenxml.webhelp.xsl.dita2webhelp and com.oxygenxml.webhelp.xsl.createTocXML extension points remained unchanged.
For more details about the available extension points in the WebHelp Responsive plugin please read this topic in our User Manual:
https://www.oxygenxml.com/doc/versions/ ... mport.html
Therefore, you need to recreate the customization to the new version.
However, please note that the 19.0 XSL stylesheets were also redesigned and you should make sure that the templates that you have overridden still exist in the 19.1 version of the stylesheets.
Regards,
Ionela