Compare QDomNode value with QString value
Unsolved
General and Desktop
-
@QtisHard
Your code is OK, depends what you mean by "QDomNode value (elm)".elm.toElement().text()
returns the whole of the textual content of theQDomElement
. Show theQString text
value you are comparing against, the XML document (or a relevant portion of it) and the output you get.