@ilovejedd
On the command line the options are --level1-toc and --level2-toc and --level3-toc
You can use --help to see all the options
As for page breaks, page breaks are only inseted automatically before chapters, not toc items. If you want page breaks use override css with
Code:
.booktitle { page-break-before: always }
.chaptertitle { page-break-before: always }
@HenryP
The XPath expressions refer to the source html file