-
Type:
Task
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: None
-
Component/s: Documentation
-
Labels:
-
Technical Risk:Normal
When using the DOM classes, the whole XML document is represented in memory by a DOM tree. QDomDocument should have a warning/notice saying this might use a lot of memory for big XML documents, and in such cases the QXmlStreamReader or XPath (with QXmlQuery) is better.