dbhtml_stop-chunking
dbhtml_stop-chunking — Do not chunk any descendants of this element.
Synopsis
<?dbhtml stop-chunking?>
Description
When generating chunked HTML output, adding this PI as the child of an element that contains elements that would normally be generated on separate pages if generating chunked output causes chunking to stop at this point. No descendants of the current element will be split into new HTML pages:
<section>
<title>Configuring pencil</title>
<?dbhtml stop-chunking?>
...
</section>