Webhelp responsive - extend html 5 transformations

Post here questions and problems related to editing and publishing DITA content.
axhxu
Posts: 45
Joined: Thu Aug 27, 2015 9:28 pm

Webhelp responsive - extend html 5 transformations

Post by axhxu »

Just wondering if anyone can detail how to extend the html5 in webhelp responsive output.

I need to make some changes to how admonitions output to meet our styles.

I have a custom template already and figured out how to extend the layout pages.

Thanks
Arron Varga
cosmin_andrei
Posts: 138
Joined: Mon Jun 12, 2017 10:50 am

Re: Webhelp responsive - extend html 5 transformations

Post by cosmin_andrei »

Hi Arron,

Thank you for contacting us!

You can achieve this using a CSS customization for your WebHelp Responsive output. You can find the guidelines about how you can customize the output using CSS in our user manual:
https://www.oxygenxml.com/doc/versions/ ... aid-title2
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
axhxu
Posts: 45
Joined: Thu Aug 27, 2015 9:28 pm

Re: Webhelp responsive - extend html 5 transformations

Post by axhxu »

Hi,
I already can do the css but I need more. I actually need to turn the admonitions into a table.

So my question is, is there an easy way to include extensions to the html5 transformations in a template? Similar to the extensions for example the footer.
axhxu
Posts: 45
Joined: Thu Aug 27, 2015 9:28 pm

Re: Webhelp responsive - extend html 5 transformations

Post by axhxu »

I would like to override <xsl:template match="*" mode="process.note.common-processing"> in topic.xsl.

I was hoping I could create extensions in my template that would allow me to overide styles or even add my own based on output classes.
cosmin_andrei
Posts: 138
Joined: Mon Jun 12, 2017 10:50 am

Re: Webhelp responsive - extend html 5 transformations

Post by cosmin_andrei »

Hello,

You could most probably achieve this by developing and using your own custom XSL to override the predefined XSL through an XSLT extension point.
You can find more details about using extension points on this page from our User-Guide:
https://www.oxygenxml.com/doc/versions/ ... mport.html
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
Post Reply