I'm looking for a way to parse a html document with javascript embedded. I know that this can be done with MSHTML and code DOM, but in this case it is not an option. I need the program to be also able to run on Mono. Any suggestions?
Asked
Active
Viewed 578 times
1
-
Possible duplicate of http://stackoverflow.com/questions/100358/looking-for-c-html-parser? – Matthew Steeples Aug 17 '11 at 10:59
-
not really. Those just parse html. I need also to parse javascript and for the document to respond to appropriate events. – Arsen Zahray Aug 17 '11 at 11:02
1 Answers
2
You could use a combination of HtmlAgilityPack for the HTML parsing, and IronJS for the JavaScript parsing.

CassOnMars
- 6,153
- 2
- 32
- 47