caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Get a page from the Web
@ 2005-11-07 21:19 Martin Chabr
  2005-11-07 21:35 ` [Caml-list] " Karl Zilles
  2005-11-07 22:10 ` Florian Weimer
  0 siblings, 2 replies; 5+ messages in thread
From: Martin Chabr @ 2005-11-07 21:19 UTC (permalink / raw)
  To: caml-list

Hello,

I have been looking for ways to get a page in HTML
from the Web, using an OCaml program, something like
the following Python snippet:

import urllib
URL = "http://www.ibm.com"
url = urllib.urlopen(URL)
html = url.read()

You supply the URL and receive the page in HTML. Is
there anything simple like that in OCaml?

Regards,

Martin



	

	
		
___________________________________________________________ 
Gesendet von Yahoo! Mail - Jetzt mit 1GB Speicher kostenlos - Hier anmelden: http://mail.yahoo.de


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-11-09 18:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-07 21:19 Get a page from the Web Martin Chabr
2005-11-07 21:35 ` [Caml-list] " Karl Zilles
2005-11-07 22:10 ` Florian Weimer
2005-11-08 10:40   ` Richard Jones
2005-11-09 18:13     ` Ant: " Martin Chabr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).