What other options currently exist for parsing html in F#? Currently have some regular expressions but would prefer something like Pythons Beautiful Soup http://www.crummy.com/software/BeautifulSoup/ or be able to using an api similar to jQuery from F#.
I have seen the fslex and fparsec but I'm not sure if someone else has already built some html parsing library with these or I would have to write my own.