[Qt-interest] Parsing XML page
Николай Шатохин
n.shatokhin at gmail.com
Wed Mar 30 16:39:50 CEST 2011
xmllint --html. How to use it inside qt4?
2011/3/30 Konrad Rosenbaum <konrad at silmor.de>:
> On Tuesday 29 March 2011, Ross Bencina wrote:
>> For parsing junk HTML that may not be XML and may contain errors I've
>> used BeautifulSoup (a Python module, not perfect, but it works).. I'm
>> not sure Qt has anything similar.
>
> Another possibility might be to filter the HTML through xmllint --html (of
> libxml2) and then parsing it with the normal XML utilities of Qt.
>
>
>
> Konrad
>
> _______________________________________________
> Qt-interest mailing list
> Qt-interest at qt.nokia.com
> http://lists.qt.nokia.com/mailman/listinfo/qt-interest
>
>
More information about the Qt-interest-old
mailing list