PDA

View Full Version : How can I parse an HTML file using Qt



ayanda83
15th November 2016, 11:17
I want to write a program that scans certain websites and retrieve data from these sites. Can this be done? Is the Qt WebEngine the solution to this? If not, what is the best solution to achieve this? Your help would greatly be appreciated.

kbsk007
15th November 2016, 11:53
You can get more information from Stanford University, keyword: Protege
or form W3C keywords: linked data, rdf or semantic.

ayanda83
15th November 2016, 12:41
thank you for your response, I read these articles and I don't think they capture what I want to do.

magiclevinho
10th December 2016, 17:13
I'm also wondering on this question! Do You know more about it? Could it be done?

ayanda83
10th December 2016, 19:57
I was able to achieve it using the QWebEnginePage::runJavaScript().