Best tool for DOM manipulation ?
Posted
by Olivier Lalonde
on Stack Overflow
See other posts from Stack Overflow
or by Olivier Lalonde
Published on 2010-01-31T07:25:16Z
Indexed on
2010/04/29
10:47 UTC
Read the original article
Hit count: 572
I'm working on a web scraper which will aggregate data from various websites. I've started using PHP's built in DOM functions but after running into a couple of issues (especially regarding malformed markup and character encoding), I've chosen to ditch PHP. I was thinking of server side Javascript but am open to other suggestions. If I go with Javascript, which interpreter should I use?
© Stack Overflow or respective owner