Quote:
Originally Posted by JSWolf
Are these spans of none and none1 only used for the chapter headers? If so, do a regex to replace the <span> and associated </span> with <h2> and </h2>. Then the xpath for h2 will work.
|
There's more to the story, but with your advice, I just figured it out.
- Take my original RTF (I left that out of my first post)
- set the output to HTMLZ
- set "how to handle CSS" to "tag"
- convert the RTF to HTMLZ
- take the HTMLZ
- set "detect chapters at" to //h:b
- convert the HTML to EPUB
Thanks.
--hymie!