XML serialization functionality

Frans Englich frans.englich at telia.com
Thu Mar 16 13:09:36 GMT 2006


On Thursday 16 March 2006 12:51, Thiago Macieira wrote:
> Frans Englich wrote:
> >I bet two cookies on that Qt will during 4.x add something in this
> > direction, so I'm mostly trying to be one step ahead in order to avoid
> > ending up with the classic "KDE class duplicates Qt class". I also
> > think it would enrich Qt; I would find it practical to have it in
> > Qt-only apps.
>
> Like:
> http://doc.trolltech.com/4.1/qdomdocument.html#toString
> http://doc.trolltech.com/4.1/qdomnode.html#save

QDOM's serialization works fine if you have the XML represented in DOM, 
otherwise it is quite an impact to create a whole DOM tree in order to 
serialize.

> Or the counterpart of QXmlReader?

Yupp, this one. Got patch coming up.


Cheers,

		Frans




More information about the kde-core-devel mailing list