in reply to Re: HTML document modification
in thread HTML document modification

The issue with this approach is where the HTML document may include example HTML, including <body></body> tags, within <pre></pre> tags. The regular expression which BrowserUK has provided appears to be somewhat more robust, although I suspect that I will follow his suggestion to try reading the file backwards for the first </body> tag.

 

perl -le "print unpack'N', pack'B32', '00000000000000000000001011011110'"

Replies are listed 'Best First'.
Re: Re: Re: HTML document modification
by perrin (Chancellor) on May 28, 2004 at 04:00 UTC
    Uh, that would be invalid HTML, wouldn't it? Any examples within the document would have to be escaped.
      Most browsers correctly render invalid html anyways... (Not that I recommend sending browsers invalid html, since it increases parse time, but it still works...)


      ----
      Zak - the office