March 3, 2013
How to extract HTML tags from the web page generated at runtime
Question by shailbenq
I am using a SimpleHTMLDOM parser to extract HTML data from web pages. But I came across websites such as www.coursera.com wherein the webpage is generated at runtime.
I need to know has anyone tried parsing such pages?
I am new to this field so some theory on this topic would help my understanding in parsing webpages.
Answer by Starx
John Resig wrote an HTML Parser.
This can workout for you.