For the conversions I done
In 'conversion - Structure detection' section
Detect chapters (default)
Quote:
//*[((name()='h1' or name()='h2') and re:test(., 'chapter|book|prologue|epilogue|glossary|section|p art\s+', 'i')) or @class = 'chapter']
|
chapter mark : pagebreak
Insert page breaks before, Ive got
Quote:
//*[name()='h1' or name()='h2' or name()='h3']
|