[Haskell-cafe] Parsec and destructuring HTML content

2006-06-18 Thread Joel Reymont
Has anyone explored destructuring HTML with Parsec? Any other ideas on how to best do this? I'm looking to scrape bits of information from more or less unstructured HTML pages. I'm looking to structure, tag and classify the content afterwards. I think that developing HTML scrapers

Re: [Haskell-cafe] Parsec and destructuring HTML content

2006-06-18 Thread Bulat Ziganshin
Hello Joel, Sunday, June 18, 2006, 4:30:35 PM, you wrote: I think that developing HTML scrapers requires short tweak-compile- run cycles and is probably best done in Perl, Python, Ruby, i.e. dynamic languages but I wonder if someone has found otherwise. hugs (winhugs) is rather fast,

Re: [Haskell-cafe] Parsec and destructuring HTML content

2006-06-18 Thread Neil Mitchell
Hi hugs (winhugs) is rather fast, loading several KLOCs per second, and finally you can compile program with ghc WinHugs (but not Hugs) also has a feature called auto-reload - if you change and save any of the source code files it will automatically detect and reload them - no more :r :)