Quote:
Originally Posted by eschwartz
Rather than inventing an IMHO over-engineered styles wizard, I think most people who clean up ebooks use personal collections of regular expressions to find common patterns. Which can handle more types of fixes.
|
+1 for this: it works very well.
___
The editor also has a very useful built-in tool to remove:
1) Redundant style classes - declared in the CSS files/s but not actually used in the book's xhtml files.
2) Undefined style classes - referenced in the book files but not declared in CSS.