From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id CAA27593; Sat, 24 Aug 2002 02:15:05 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id CAA28013 for ; Sat, 24 Aug 2002 02:15:05 +0200 (MET DST) Received: from hirsch.in-berlin.de (hirsch.in-berlin.de [192.109.42.6]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id g7O0F4D23738 for ; Sat, 24 Aug 2002 02:15:04 +0200 (MET DST) Received: from hirsch.in-berlin.de (localhost [127.0.0.1]) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with ESMTP id g7O0F2bD015217 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NOT); Sat, 24 Aug 2002 02:15:02 +0200 Received: (from uucp@localhost) by hirsch.in-berlin.de (8.12.1/8.12.1/Debian -2) with UUCP id g7O0F2Ds015214; Sat, 24 Aug 2002 02:15:02 +0200 X-Envelope-From: oliver@first.in-berlin.de X-Envelope-To: caml-list@inria.fr Received: from localhost (oliver@localhost) by first.in-berlin.de (8.7.6/8.7.3) with SMTP id BAA01916; Sat, 24 Aug 2002 01:38:51 +0200 Date: Sat, 24 Aug 2002 01:38:49 +0200 (MET DST) From: Oliver Bandel To: Gerd Stolpmann cc: caml-list@inria.fr Subject: Re: [Caml-list] Ocaml-Weblib? In-Reply-To: <20020822002854.GA872@ice.gerd-stolpmann.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hello Gerd, On Thu, 22 Aug 2002, Gerd Stolpmann wrote: > > Am 2002.08.21 20:49 schrieb(en) Oliver Bandel: > > Hello, > > > > is there a Library for parsing/analysing Webpages? > > > > I want to write a tool, that helps me searching > > on websites, and I don't want to rewrite such a library from scratch. > > > > Is there something for Ocaml, similar (or even better :)) > > like Web-/CGI-Libs for Perl? > > You may have a look at ocamlnet, http://sourceforge.net/projects/ocamlnet. > It includes an HTML parser, and CGI support. For HTTP operations, netclient > http://www.ocaml-programming.de/programming/netclient.html may be helpful. Well I think it is designed to be used under bigger programming environments (gtk is necessary). Isn't there a lib, which does not require such GUI-stuff like gtk? Isn't there a pure lib for handling the networkstuff? Ciao, Oliver ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners