Re: Parsing HTML

2003-12-10 Thread andrew cooke
Thanks - you should have replied to the list, because I think I did your package a dis-service. I've just been looking at the Haskell XML Toolbox, and comparing the two, and now that I understand a little more it seems like either will be fine for me. In fact I will copy this to the list, hope t

Re: Parsing HTML

2003-12-10 Thread andrew cooke
It appears that the Haskell XML Toolbox may be what I want - http://www.fh-wedel.de/~si/HXmlToolbox/ - but any other suggestions would be appreciated. Apologoies for relying on Haskell.org rather than Googling (I'll mail the web page maintainers). Cheers, Andrew andrew cooke said: > > What are

Parsing HTML

2003-12-10 Thread andrew cooke
What are the options for parsing/lexing (X)HTML? As far as I can see... - the HTML library in GHC (or from Andy Gill) is for creating documents, not parsing them - HaXml looks like it might do what I want, but (1) seems tricky to install (needs "make", which isn't that cool for Windows); (2) h