Good There is a following code:
QString tmpres; qDebug() << "----------"; qDebug() << xmlReader.name(); tmpres=xmlReader.readElementText(); qDebug() << "tmpres:"+tmpres; qDebug() << "readElementText:"+xmlReader.readElementText();
In the console displays:
"sbss_new_me" "tmpres:30" "readElementText:"
I do not understand where the value of xmlReader.readElementText () has gone, the line above was equal to 30 ??