[Opps, forgot to reply-all...]
On 21.11.2011 19:59, Lars Vogel wrote:
> Currently:
>
> <param name="highlight.xslthl.config"
> expression="file:///C:/Users/vogella/workspace/vogella/de.vogella.docbook.first/docbook-xsl-1.76.1/highlighting/xslthl-config.xml"
> />
>
> I did not manage to make the system accept a relative path. Can someone
> please share an example?
I don't remember details, but there were some problems with relative
paths which I don't recall now. But as it seems that you are using Ant,
you can use its features to convert relative path into absolute URL,
something like
<!-- Location of XSLTH configuration -->
<property name="xslthl.config" value=".../xslthl-config.xml"/>
<makeurl file="${xslthl.config}" property="xslthl.config.url"/>
and then
...
<param name="highlight.xslthl.config" expression="${xslthl.config.url}"/>
Jirka
--
------------------------------------------------------------------
Jirka Kosek e-mail: [email protected] http://xmlguru.cz
------------------------------------------------------------------
Professional XML consulting and training services
DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
OASIS DocBook TC member, W3C Invited Expert, ISO JTC1/SC34 member
------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]