How would I go about parsing all of the \"a\" html tags \"href\" properties on a page full of BAD html, in Qt?
this question is already quite old. Nevertheless I hope this will help someone:
I wrote two small classes for Qt which I published under sourceforge. This will help you to access a html-file comparable you are used with XML.
Here you'll find the project:
http://sourceforge.net/projects/sgml-for-qt/
Here you'll find a help-system in the wiki.
Drewle