Page 1 of 1

Webhelp responsive - extend html 5 transformations

Posted: Mon Jan 28, 2019 10:47 pm
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

Re: Webhelp responsive - extend html 5 transformations

Posted: Tue Jan 29, 2019 1:28 pm
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

Re: Webhelp responsive - extend html 5 transformations

Posted: Tue Jan 29, 2019 2:49 pm
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.

Re: Webhelp responsive - extend html 5 transformations

Posted: Tue Jan 29, 2019 3:29 pm
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.

Re: Webhelp responsive - extend html 5 transformations

Posted: Fri Feb 01, 2019 3:30 pm
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