Quote:
Originally Posted by capnm
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.