in reply to Strip HTML tags

As discussed on many threads recently, this kind of work is really better left to the professionals - which in this case is HTML::Parser and its subclasses.

Any regex-based solution is bound to break at some point as your HTML gets more complex.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Replies are listed 'Best First'.
Re: Re: Strip HTML tags
by rlk (Pilgrim) on Dec 15, 2000 at 23:03 UTC
    Well, I mentioned that this'd break on bad HTML. Specifically, it assumes all tags have an even number of "outer" quotation marks(1) in them....

    In my defense, the complexity of the HTML is not at issue here, because I'm not really parsing it, I'm simply stripping all tags, which is a much simpler problem.

    (1)I hadn't realized that foo='"' was a legal attribute-value pair originally. This has since been fixed.

    --
    Ryan Koppenhaver, Aspiring Perl Hacker
    "I ask for so little. Just fear me, love me, do as I say and I will be your slave."