Break a document into smaller parts.
+An XSLT style sheet that specifies the break + points. For each node that should be put in its own chunk, the the style sheet must + contain a template in the `is-chunk` mode that matches this node and returns + `true()`.
+Break a HTML document into smaller parts based on + its structure.
+