HTML2EPUB Command Line for splitting chapters
I'm looking for the command line code to split chapters. The html code used for the chapter head is:
<p class=ChapterHeading-Digital>
Using the latest version of Calibre I successfully get chapter breaks using this XPath statement under structure detection:
//*[@class="ChapterHeading-Digital"]
What is the correct syntax for using this XPath string against the command line:
--content
|