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?
-
Possible duplicate of stackoverflow.com/questions/100358/looking-for-c-html-parser?Matthew Steeples– Matthew Steeples2011-08-17 10:59:34 +00:00Commented Aug 17, 2011 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– Arsen Zahray2011-08-17 11:02:01 +00:00Commented Aug 17, 2011 at 11:02
Add a comment
|