Extension Point for commonComponentsExpander.xsl

Questions about XML that are not covered by the other forums should go here.
dgallo
Posts: 90
Joined: Tue Mar 31, 2015 10:43 pm

Extension Point for commonComponentsExpander.xsl

Post by dgallo »

What is the extension point for plugins\com.oxygenxml.webhelp.responsive\xsl\template\commonComponentsExpander.xsl?
alin
Site Admin
Posts: 268
Joined: Thu Dec 24, 2009 11:21 am

Re: Extension Point for commonComponentsExpander.xsl

Post 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
Alin Balasa
Software Developer
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply