After deleting all their codes and replacing them with mine, I went through the book looking for things I needed to change. Most of it was fine. One thing I realized while I was doing that, though, was that they happened to use standard forms of <i>, <b>, <em>, <strong>, etc. tags (or at least any spans they used with custom classes on those also included the standard forms). If they hadn't done that (and I've seen books that used epub-i and epub-b for <i> and <b>), I would have lost those html codes in the text. So, I guess I should have checked for class names related to those before deleting them.
Also, JSWolf, how did you get rid of the <section> stuff? Did you use something like Diap's Editing Toolbag? Or, go through it manually and delete?
|