]> granicus.if.org Git - docbook-dsssl/commitdiff
Clarified where this parameter applies.
authorBob Stayton <bobs@sagehill.net>
Sun, 10 Apr 2005 09:09:04 +0000 (09:09 +0000)
committerBob Stayton <bobs@sagehill.net>
Sun, 10 Apr 2005 09:09:04 +0000 (09:09 +0000)
xsl/params/refentry.pagebreak.xml

index 51d30523418fb4ed382a01a7f1ce0253ef5fadb5..446c37a4bf2024a0d31b3d5b931efc1fa52eed41 100644 (file)
 
 <para>If non-zero (the default), each <sgmltag>refentry</sgmltag>
 element will start on a new page.  If zero, a page
-break will not be generated.
+break will not be generated between <sgmltag>refentry</sgmltag> elements.
+The exception is when the <sgmltag>refentry</sgmltag> elements are children of
+a <sgmltag>part</sgmltag> element, in which case the page breaks are always
+retained.  That is because a <sgmltag>part</sgmltag> element does not generate
+a page-sequence for its children, so each <sgmltag>refentry</sgmltag> must
+start its own page-sequence.
 </para>
 
 </refsect1>