[Qt-interest] XML parsing.

Alan M. Carroll amc at network-geographics.com
Thu Mar 5 15:21:37 CET 2009


If you don't need the stream processing but can parse in bulk, I have been happy with rapidxml[1]. For stream XML parsing I tend to use Expat[2].

[1] http://rapidxml.sourceforge.net/
[2] http://expat.sourceforge.net/

At 10:53 PM 3/4/2009, Shabd Swarup V wrote:
>I am receiving data over a socket (QTcpSocket) in XML form. What would be the easiest and most efficient way to parse this XML? I am trying to use QXmlStreamReader but it seems to be a little problematic in some places. If someone has used QXmlStreamReader, I can bring out my problems in more detail, otherwise please suggest any other way to parse the XML.




More information about the Qt-interest-old mailing list