parsing javascript in realtime
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi. I want to implement the following scenario : i have a crawler exe that crawls a site given a url , the url is in an xml file that the crawler reads. now, i want to be able to have an xml file that have a javascript function that gets the current page that was downloaded in a string from the crawler , and in that function i want to manipulate the page string and return a string to the crawler. is it possible?