in reply to Re^3: Parsing HTML question
in thread Parsing HTML question

Sorry for confusion. I know LWP. My task is to strip HTML file, I may not know its URL. I checked example with HTML::Strip and it does not look very good for me.
Ideally I would like to have something like that:
http://www.zubrag.com/tools/html-tags-stripper.php
Try it. It works very well for me. I do not think it is possible to strip that good using HTML::Strip or I am missing something.

Replies are listed 'Best First'.
Re^5: Parsing HTML question
by moritz (Cardinal) on Jun 24, 2008 at 19:39 UTC
    http://www.zubrag.com/tools/html-tags-stripper.php Try it. It works very well for me

    Our notions of "well" might differ. I tried it, and first thing I noticed was that it broke all non-ascii characters on my page.

    Anyway, I don't think anybody can help you unless you describe in what way the output of HTML::Strip isn't fit for your purpose.