View Single Post
Old 10-27-2011, 06:45 AM   #3
hymie
Enthusiast
hymie began at the beginning.
 
Posts: 27
Karma: 10
Join Date: Oct 2011
Device: iPhone
Smile solved [class="none" vs class="none1"]

Quote:
Originally Posted by JSWolf View Post
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!
hymie is offline   Reply With Quote