[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Subject: Re: DOCBOOK-APPS: HTML Help DSSSL customization
"Bradford, Denis" wrote:
>
> However, when I add the following customization (which modifies dbl1en.dsl)
> to the driver, jade tells me it can't resolve the §ion; variable:
It is because Jade doesn't know entity §ion; for now.
> I must misunderstand something about the driver works - how come the first
> customization works while the second doesn't? Here's my driver file:
>
> <!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
> <!ENTITY htmlhelp.dsl SYSTEM "htmlhelp.dsl" CDATA DSSSL>
Add this here:
<!ENTITY % en.words
PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//EN"
"dbl1en.ent">
%en.words;
> ]>
You would probably need to change "dbl1en.ent" to full path, because
this file is in other directory than your customization file.
-----------------------------------------------------------------
Jirka Kosek
e-mail: jirka@kosek.cz
http://www.kosek.cz
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]
Powered by eList eXpress LLC