[Qt-interest] Parsing XML page

Andre Somers andre at familiesomers.nl
Sun Mar 27 09:58:45 CEST 2011


Op 26-3-2011 2:37, Nicholas Shatokhin schreef:
> I downloaded XML page. Now I must parse it and write to table some fields:
> name, author, date, and add to this table delete button. How can I do this?
> Now I use QRegExp, but I think exists simplest methods.
> How can I add button to table?
>
Perhaps the XML related classes in Qt would be of use? You have your 
choice of QDomDocument, QXmlStreamReader or even, if you prefer, the SAX 
interface. It's all there in the documentation on the "XML handling" page.

André




More information about the Qt-interest-old mailing list