From: Eric W. <scr...@gm...> - 2007-02-12 18:15:46
|
# from Peter Theobald # on Monday 12 February 2007 05:43 am: >Unless I parse the HTML for image tags, convert them all to a new > local directory structure and download each image separately :-( Without an internet fs handler, yeah. In dotReader, the xhtml is always in-memory, but we have the images locally, so we copy them to a temp dir and rewrite the links when running wxHTML. Did you try the LWP hack? You can subclass UserAgent to remember the last absolute url it saw and prepend that to any subsequent relative ones. --Eric -- "Matter will be damaged in direct proportion to its value." --Murphy's Constant --------------------------------------------------- http://scratchcomputing.com --------------------------------------------------- |