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] | [List Home]


Subject: 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/>



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