View Single Post
Old 01-18-2010, 04:35 PM   #1
stratman
Junior Member
stratman began at the beginning.
 
Posts: 7
Karma: 10
Join Date: Jan 2010
Device: nook
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
stratman is offline   Reply With Quote