← Prev in month ← Prev in thread

DSSSL stylesheets & chunk-per-qandadiv in HTML

From
Eric Marsden <>
Date
2004-03-10T10:36:24+00:00
ID
Thread
DSSSL stylesheets & chunk-per-qandadiv in HTML
Hi,

I am working on the formatting of a FAQ. The body of the document
consists of a qandaset with multiple qandadiv sections; I would like
to have an HTML page per qandadiv.

I have tried adding (normalize "qandadiv") to the definition of the
chunk-element-list function in the html section of my stylesheet, as
follows 

,----
| (define (chunk-element-list)
|   (list (normalize "qandaset")
|         (normalize "qandadiv")
|         (normalize "preface")
|         ...))
`----

But this does not help; I am obtaining a single HTML page. I also have
(define nochunks #f). Any suggestions? 


I am using version 1.78 of the nwalsh Docbook stylesheets, trying both
jade and openjade 1.4, all from the corresponding Debian packages.
Thanks in advance,

-- 
Eric Marsden                          <URL:http://www.laas.fr/~emarsden/>
← Prev in month ← Prev in thread