Questions tagged [qdomdocument]

In Qt, the QDomDocument class represents an XML document.

In Qt, the QDomDocument class represents an XML document.

The QDomDocument class represents the entire XML document. Conceptually, it is the root of the document tree, and provides the primary access to the document's data.

Useful link

32 questions
-1
votes
1 answer

QT - Parse XML with html reference notation of umlauts

I hope anybody can help me. My problem is that I get XML with html entities for special charakters like: Max Müller Bernd
xjack86x
  • 37
  • 1
  • 8
-8
votes
1 answer

How to remove a nested tag from XML doc using QDomDocument

I need to remove a nested multilevel (unknown depth) tag from a XML file using QDomDocument. What is the proper way of doing this? Here is a sample of XML file .............................
Madushan
  • 894
  • 1
  • 10
  • 22
1 2
3