OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] XSLT Highlighter: Cannot readxslthl-config.xml, no custom highlighters will be available.


Am Montag, den 22.02.2010, 11:04 +0100 schrieb Mathieu Malaterre:

>   Just a quick info since it took me quite some time, on linux
> (debian) the solution :
> 
> <xsl:param name="highlight.xslthl.config"
> select="/home/mathieu/Software/xslthl/highlighters/xslthl-config.xml"/>

Please use

<xsl:param name="highlight.xslthl.config" select="'path'"/>

(note the single quotation marks) or

<xsl:param name="highlight.xslthl.config">path</xsl:param>

Does it work now?

Regards, Daniel



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]