View Single Post
Old 09-17-2010, 09:11 AM   #5
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
You shouldn't need to convert to text first to use the preprocess option. That said, if it doesn't work then you may need to open a bug with the file.

While that message is a header/footer, it doesn't need to be to create a rule to get rid of it. Can't tell you exactly what the rule will be, you need to look at the source code of your file. There is a little magic wand next to the header or footer regex text-box. Just click it there, then write your pattern. It's probably something like:
Code:
<p[^>]*>\s*(<span[^>]*>)?\s*(<b>)?\s*generated\sby\sABC.*?</p>
but you'll need to make it work for whatever is actually in your file.
ldolse is offline   Reply With Quote