in reply to Re: Removing html comments with regex
in thread Removing html comments with regex

If that appears in an HTML document, they not only look like comments, they are HTML comments.

Abigail

Replies are listed 'Best First'.
Re: Re: Removing html comments with regex
by Theo (Priest) on Aug 24, 2003 at 22:01 UTC
    If SSI commands appear in the html sent to the browser, then something went wrong at the server. So you're right from the browsers point of view - they are comments. But if he is working with source html, on the server, he could run into that situation.

    -ted-