Note that highlight.source is set to 1. I am able to work with linenumbering, so I can verify at least part configuration to use Saxon is correct (PDF output via fop works as expected). "language" has been tested with "ini" and "bourne", both of which are listed. Under no circumstance does any syntax highlighting ever show up...what might I be missing?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The config file is specified correctly, but apparently in this version there is a need to add this: <xsl:import href="some/path/to/docbook-xsl/fo/highlight.xsl"/>
...I'm still trying to figure where to accomplish this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I've been trying to get xslthl to work with DocBook 5.1 and Saxon (Linux host). DocBook itself comes with this:
xslthl-2.1.3 comes with:
I have a CLASSPATH containing these (full path is used and no error, relative path shown for brevity):
The DocBook 5.1 source is validated with xmllint and jing. Creating the fo output for use with fop works without error for this:
Note that highlight.source is set to 1. I am able to work with linenumbering, so I can verify at least part configuration to use Saxon is correct (PDF output via fop works as expected). "language" has been tested with "ini" and "bourne", both of which are listed. Under no circumstance does any syntax highlighting ever show up...what might I be missing?
Usually problem is that wrong location for xslthl-config.xml is provided. It must URI not just path. So something like file:///...
The config file is specified correctly, but apparently in this version there is a need to add this:
<xsl:import href="some/path/to/docbook-xsl/fo/highlight.xsl"/>...I'm still trying to figure where to accomplish this.