dbhtml_stop-chunking — Do not chunk any descendants of this element.
<?dbhtml stop-chunking?>
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>