[Qt-interest] Qt5 and XML DOM

BRM bm_witness at yahoo.com
Wed May 11 22:16:14 CEST 2011


I've used both libXML2 and Qt QDom - I much prefer QDom. I use to build and 
parse custom XML messages for a distributed system's communication protocol. 
QDom is very straight forwards and a lot less overhead. The libXML2 
implementation required a lot more code to do the same thing, and I was very 
glad to mostly deprecate it. (I still keep it around for some non-Qt 
applications.)

I really do hope we see improvements and enhancements to QDom.

Ben


>
>From: Sylvain Pointeau <sylvain.pointeau at gmail.com>
>To: qt-interest at qt.nokia.com
>Sent: Wed, May 11, 2011 4:02:03 PM
>Subject: Re: [Qt-interest] Qt5 and XML DOM
>
>I am now using libxml2 and honestly speaking, it is damn fast, it provides 
>everything needed, from the dom to xml reader / writer as well as xslt and 
>exslt. This lib is really wonderful. Also surprising enough, the API in C 
>becomes very easy to read and to use after only few days.
>
>
>I don't use anymore the xml from Qt.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110511/fba3e278/attachment.html 


More information about the Qt-interest-old mailing list