QXmlStreamReader and CDATA
-
Hi. I was looking for an example about how to read a CDATA element from an XML file using the QXmlStreamReader class, but I didn't have any luck. So, now I wonder if it is possible. I was checking the list of methods but I couldn't figure out how to do it.
Thanks for any clue.PS: In the past, I used this class -> QXmlContentHandler::characters(const QString &ch) and it worked pretty well.
-
Finally, I could find the method I was looking for: QXmlStreamReader:: readElementText()