Localization seems not working in Docbook stylesheet 1.19

Subject: Localization seems not working in Docbook stylesheet 1.19
From: Jose Maria Lopez Lagunas <jmlopez@xxxxxxxxxxx>
Date: Tue, 20 Oct 1998 11:14:59 +0100
Hi.

I'm having some trouble (again) trying to use the localized facilities
of the Docbook stylesheet. I would like to know what I'm doing wrong,
since I've followed the steps as they are indicated in the
documentation.

Sorry if this is a trivial thing that I should already know.

Here's my customized DSSSL file:

<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN"
[
<!ENTITY dbstyle SYSTEM "/jmlopez/sgml/docbook/html/docbook.dsl" CDATA
DSSSL>
<!ENTITY l10n    SYSTEM "/jmlopez/sgml/docbook/html/dbl1es.dsl" CDATA
DSSSL>
]>

<style-sheet>
<style-specification use="l10n docbook">
<style-specification-body>

;; Mis propias definiciones
(define %body-attr% 
  (list
   (list "BGCOLOR" "#EEEEEE") ;; por ejemplo
   (list "TEXT" "#000000")))

(define %section-autolabel%
  ;; Are sections enumerated?
  #t)

(define %stylesheet%
  ;; Name of the stylesheet to use
  "jmlopez-docbook.css")

</style-specification-body>
</style-specification>

<external-specification id="docbook" document="dbstyle">
<external-specification id="l10n" document="l10n">

</style-sheet>



-- 
Jose Maria Lopez Lagunas
Universidad Politecnica de Valencia


 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread