Top "Qtxml" questions

For questions related to QtXml, a Qt module providing C++ implementations of SAX and DOM.

Edit Value of a QDomElement?

I need to edit the text of a QDomElement - Eg I have an XML file with its content as …

c++ qt qt4 qtxml
QEventLoop: Cannot be used without QApplication

I'm trying to validate an xml file against a specific schema. So I'm loading the schema into the QXmlSchema object. …

qt qt4 qtxml
Converting QDomElement to QString / Container class

Let's say we have the following XML document: <root> <options> ... </options> <children> &…

qt qtxml
How to get values of child nodes with QDomDocument?

A recieve a string like this: <invoke name="CanClose" returntype="xml"> <arguments> <string># 998.40</…

c++ xml qt dom qtxml