in reply to Re: Remove HTML tags from document
in thread Remove HTML tags from document

This works nicely. Is there an easy adapation that would allow me to maintain spacing that is in the HTML document?

Replies are listed 'Best First'.
Re: Re: Re: Remove HTML tags from document
by pzbagel (Chaplain) on Aug 04, 2003 at 09:47 UTC

    I'm not sure I understand. I recall that HTML::TokeParser::Simple does in fact maintain newlines in the text. I tested the code quickly just to make sure and it does maintain newlines in the html. Do you have tags that are multi-line? What exactly is happening?

      I have tables where I would like to maintain the tabs.