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]
Other format: [Raw text]

[docbook-apps] 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/>


To unsubscribe from this list, send a post to docbook-apps-unsubscribe@lists.oasis-open.org, or visit http://www.oasis-open.org/mlmanage/.


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