Is it possible to parse the sourcecode of this webpage?
I'm trying to make a pro开发者_StackOverflowgram that fetches information from this webpage, www.sio.no , but when I try to view the sourcecode from my web-browser I only see some javascript commands.
Is there a way around this so I can access the text on the webpage?
Definitely possible, the "head" does have a lot of "script" tags in it, but if you scroll to the bottom you should see some html spaced by bazillions of newlines.
You should be able to parse the html from this page without problems. I used firefox to check that.
精彩评论