Hi all,
In Calibre it's possible the split an html file into chapters using XPath predicates. In my case
//*[name()='h1' or name()='h2'], for splitting into html on both h1 and h2 level.
I haven't found a way to do the same in html2epub. It returns
syntax error near unexpected token `('.
Any idea how this can be solved? Other XPath expressions for getting the same result are welcome as well, of course!