Page 1 of 1

Extension Point for commonComponentsExpander.xsl

Posted: Wed Nov 29, 2017 2:58 am
by dgallo
What is the extension point for plugins\com.oxygenxml.webhelp.responsive\xsl\template\commonComponentsExpander.xsl?

Re: Extension Point for commonComponentsExpander.xsl

Posted: Wed Nov 29, 2017 3:29 pm
by alin
Hello,

The "commonComponentsExpander.xsl" module is referenced from the stylesheets that process the WebHelp template pages. Its role is to generate the common components in these pages.
If you want your change to reflect in all pages, you should consider the following 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
  • com.oxygenxml.webhelp.xsl.dita2webhelp - for the topic pages
Regards,
Alin