This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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: jirka@kosek.cz
  http://www.kosek.cz


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]