Re: Outlook Crapolla: The Fakie Breakie
- From: "afrinspray" <afrinspray@xxxxxxxxx>
- Date: 19 Jun 2006 08:47:44 -0700
Dr.Ruud wrote:
s~ < (SPAN) (?:\s[^>]*)? > \s* < / \1 > ~~xg ;
s~ < (FONT) (?:\s[^>]*)? > \s* < / \1 > ~~xg ;
s~ < (DIV) (?:\s[^>]*)? > \s* \s* < / \1 > ~~xg ;
Great idea, but I'm not sure that these tags will always be in the same
order. (i.e. <div><font><span>). I used this HTML::TreeBuilder class
to remove empty tags, which is a solid alternative to what you wrote
above. But I still can't remove these tags outright, just because they
might be important depending on the spacing properties of these mystery
styles. I did some research this morning on the Microsoft CSS class,
MsoNormal, which if the newsgroups are correct, is supposed to make a
newline meaningless. So i guess the real trick it to remove all
MsoNormal tags, then do what you did above with the -> <br>.
Thanks!
Mike
.
- Follow-Ups:
- Re: Outlook Crapolla: The Fakie Breakie
- From: afrinspray
- Re: Outlook Crapolla: The Fakie Breakie
- References:
- Outlook Crapolla: The Fakie Breakie
- From: afrinspray
- Re: Outlook Crapolla: The Fakie Breakie
- From: Dr.Ruud
- Outlook Crapolla: The Fakie Breakie
- Prev by Date: Re: Reading from pipe with perl -na -e and detecting last line
- Next by Date: Re: Outlook Crapolla: The Fakie Breakie
- Previous by thread: Re: Outlook Crapolla: The Fakie Breakie
- Next by thread: Re: Outlook Crapolla: The Fakie Breakie
- Index(es):
Relevant Pages
|