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?

link|improve this question

69% accept rate
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
feedback

1 Answer

You could use a combination of HtmlAgilityPack for the HTML parsing, and IronJS for the JavaScript parsing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.