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] | [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 &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


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


Powered by eList eXpress LLC