Hi,
I asked this question over on docbook-apps, but still haven't managed to resolve this.
What is the easiest way to do syntax highlighting in the webhelp output format?
For HTML and PDF, I just add the following line to my customization layer:
<xsl:import href="urn:docbkx:stylesheet/highlight.xsl"/>
But highlight.xsl does not exist in the webhelp directory. I've tried using a relative path to the HTML version but this doesn't work:
<xsl:import href="urn:docbkx:stylesheet/../../xhtml/highlight.xsl"/>
Nat