Thanks. I eventually discovered ocamlnet, but I'm hoping there's maybe more than 1 option?

==============================
Jacques du Preez

Web: OpenLandscape.net
Twitter: @jacquesdp


On Sun, Aug 10, 2014 at 10:42 PM, Christophe Troestler <Christophe.Troestler@umons.ac.be> wrote:
Hi,

On Sun, 10 Aug 2014 19:38:39 +0200, Jacques du Preez wrote:
>
> I've been searching for an OCaml library to parse HTML, and then be able to
> query and manipulate it similar to jQuery.
>
> The JSoup Java library, http://jsoup.org, allows me to do this. Is there
> something like this for OCaml?

Nethtml in ocamlnet partly does what you need (you can easily write
recursive functions to extract the desired data from the HTML tree).

Best,
C.