Re: DOCBOOK-APPS: HTML Help DSSSL customization

From
Jirka Kosek <>
Date
2001-07-13T08:39:43+00:00
ID
Thread
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 &section; variable:

It is because Jade doesn't know entity &section; 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: 
  http://www.kosek.cz