On Fri, Jun 24, 2011 at 04:45, Thomas Lübking wrote:
> Am Friday 24 June 2011 schrieb Steven Sroka:
>
>> How would I utilize a xml file? Just get my program to hand craft one?
>
> Aside tools like the xmlcompiler, you'd start out with QDomDocument for "just
> basic reading/writing xml".

For reading and writing "data storage" XML, I personally think the
QXmlStream(Reader|Writer) classes are nicer (and potentially more
performant because the whole document doesn't ever have to be stored
in memory). There was also some talk of removing QDomDocument in Qt5.

Parker
 
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Reply via email to