in reply to javascript to html to perl
ELinks is a text only browser with some javascript support. You might want to script it to download and save the rendered page, then run your script across that.
You might consider the same thing with mozilla. Allow it to perform all of the javascript writes, and then scrape that. With a little poking around you will find that mozilla can be pretty easy to work with(look at JRex as a possible start). The idea here is: let a javascript rendering engine perform all the writes, then scrape the results.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: javascript to html to perl
by rduke15 (Beadle) on May 10, 2005 at 23:31 UTC | |
by scmason (Monk) on May 11, 2005 at 00:04 UTC |