From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norman Walsh To: Peter Toft Cc: docbook-tools-discuss@sourceware.cygnus.com Subject: Re: SGML -> HTML split level Date: Wed, 27 Dec 2000 06:36:00 -0000 Message-id: <87r98twrju.fsf@nwalsh.com> References: X-SW-Source: 2000/msg00280.html / Peter Toft was heard to say: | Where can I control it so that the split is done at | each new or ? (this is a global | setting) In your stylesheet, add sect2 and sect3 to this list: (define (chunk-element-list) (list (normalize "preface") (normalize "chapter") (normalize "appendix") (normalize "article") (normalize "glossary") (normalize "bibliography") (normalize "index") (normalize "colophon") (normalize "setindex") (normalize "reference") (normalize "refentry") (normalize "part") (normalize "sect1") (normalize "section") (normalize "book") ;; just in case nothing else matches... (normalize "set") ;; sets are definitely chunks... )) And probably to this list as well. (define (chunk-skip-first-element-list) (list (normalize "sect1") (normalize "section"))) Be seeing you, norm -- Norman Walsh | We make out of the quarrel with others, http://nwalsh.com/ | rhetoric, but out of the quarrel with | ourselves, poetry.--W. B. Yeats