I am converting from PDF to Epub. All works in the TOC except I can't add an appendix and an interlude to the TOC. The Xpath I'm using is as follows
//*[((name()='h1' or name()='h2') and re:test(., 'chapter|appendix|interlude|appendix|prologue|epil ogue\s+', 'i')) or @class = 'chapter']
|