Quote:
Originally Posted by kovidgoyal
Code:
.
<h2 class="chapter_title">Chapter title</h2>
.
html2epub --chapter '//*[@class = "chapter_title"]'
|
Code:
.
<p class=2CHAPTERTITLE>HASTIE LANYON</P>
.
So what would be the XPath syntax for the --chapter switch the sample code above?
=X=