TOC in the GUI
Hi!
I want to convert text files in the GUI to EPUB. The problem is how to detect chapters. some of my books have the word chapter, but others might say CHAPTER, others have roman numerals alone. others may just be a number followed by a period. Still others may just have the words like One, Two, Three and so forth. Kovid helped me out once before when I had Chapters within Parts by placing this in the preferences:
//*[name()='h1' or name()='h2' or name()='h3']
could someone help me out?
Thanks,
Paul
|