RE: [Zope] Re: pulling from another website
[ Gidon Friedman]
a little python program (on the filesystem) that uses urllib2 is probably what you want to do. i see a python product or or an external method showing up in your life very soon ;-)
Remember that you do NOT want to include an entire HTML page inside your page. that would give you multiple head and body elements, as well as - perhaps - multiple DOCTYPE declarations. So once you retrieve the remote page (I assume it is an HTML page, but of course it might be something else), the chances are that you will have to do some degree of processing on it. That is one reason why the frame alternative is attractive (see my previous post). Cheers, Tom P
also sprach Passin, Tom <tpassin@mitretek.org> [2003.03.17.2005 +0100]:
Remember that you do NOT want to include an entire HTML page inside your page. that would give you multiple head and body elements, as well as - perhaps - multiple DOCTYPE declarations.
the documents i am pulling are text/plain, but thanks for the advice. -- martin; (greetings from the heart of the sun.) \____ echo mailto: !#^."<*>"|tr "<*> mailto:" net@madduck keyserver problems? http://keyserver.kjsl.com/~jharris/keyserver.html get my key here: http://people.debian.org/~madduck/gpg/330c4a75.asc micro$oft could shit in a box, and most people would buy it.
participants (2)
-
martin f krafft -
Passin, Tom