> -----Original Message-----
> From: Thierry B.
>
> just to avoid that someone else search for a long time like me:
>
> - use java = 1.5, not 1.4 or 1.6. While all other docbook things I do
> works with my previous java 1.4.2, I got a java error with
> xslthl.jar
> with this java version and 1.6.01. I use 1.5.06
I'm using Java 1.6.0_01, and XSLTHL highlighting works fine.
Can you please tell us exactly what Java error you got?
> - With the correct java runtime, I get no highlighting. It take some
> times for me to find that /xhtml/highlight.xsl is wrong, it contains
> "<span class="ERROR"> strings. Changing them to <span style="color:
> xxx"> works fine!
The <span class="ERROR"> elements are results of the DocBook XSL build
process (the XHTML stylesheets are generated from the HTML versions). I have
filed a bug report:
http://sourceforge.net/tracker/?func=detail&atid=373747&aid=1715774&group_id
=21935
/MJ