View Single Post
Old 05-16-2011, 05:09 PM   #6
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,082
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by islandcharlie View Post
Thanks. But with over 400 error messages, that seems an almost insurmountable task. Is there another word processing program or environment in which this kind of thing might not occur? I can use Pages on the Mac which might be cleaner, I suppose. I'd welcome any ideas. Thanks again.
With 400 messages, many are going to be the same type of error.
learn to fix globally

Use Sigil (and Flightcrew that is built in).

Common faults are failures to conform to the rules. eg id=##
in Codeview
REGEX Search: id="(\d+)"
replace: id="b_\1" <- any letters are good
once you validat one fix meets you eyeball chech, switch to
All HTML files and replace all.
Always keep a prior version backup for those moments.
theducks is offline   Reply With Quote