View Single Post
Old 04-25-2011, 04:29 AM   #93
ldolse
Wizard
ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.ldolse is an accomplished Snipe hunter.
 
Posts: 1,337
Karma: 123455
Join Date: Apr 2009
Location: Malaysia
Device: PRS-650, iPhone
Quote:
Originally Posted by capnm View Post
Many thanks!

Another false positive I encountered in several retail epubs:

0012001600

from the cover page

<div class="centerImage1"><svg:svg height="100%" viewBox="0 0 1200 1600" width="100%">" ........
Probably simplest just to strip all the tags with a simple regex sub like <[^>]+> in the plugin to rectify this. Writing regexes that attempt to distinguish between being inside and outside and outside a tag are not a reliable way to go, easier to strip them when there's no requirement to maintain them.
ldolse is offline   Reply With Quote