ebook-convert options do not work
Hello,
I need to change the structure identification in html files during conversion. I only need to identify chapters by H1 tag but not H2 tag. I have tried to change it using
ebook-convert filein.html fileout.epub --chapter "//*[name()='h1']"
but it does not work. What is wrong with the option? I have also tried other variants, but the documentation for ebook-convert does not contain any example.
Thanks for help!
Pucicu
|