I have a copy of a web site. Nearly every link in it is an absolute hard link, e.g., href="http://www.example.com/path/file.html" . It is all static HTML.
I got about 2/3 of the way through writing a perl script to change all the links to relative form, so I can browse the site directly from local files, and thought, "There must be a tool already written." So, who knows of a tool that will scan a directory of files (or even a single file) and change all href and img src tags from absolute to relative? Thanks... -- Bob Miller K<bob> kbobsoft software consulting http://kbobsoft.com [EMAIL PROTECTED]
