On Friday, 31. August 2001 05:45 (GMT +0200), John Sutherland wrote: > 1. Is there some KDE classes to handle reading/writing XML files, or ca= n I > assume that there's particular XML libraries availble (I think libxml w= as > installed when I installed my Mandrake rpms for 2.2).. You could use QDom classes. They make handling XML quite easy IMHO. > 2. How/where should I store my XML files? You applications data directory. you can use the locate function from kstddirs.h to get a path to that=20 diretory independend of the users settings. like QString filename =3D locate("app", "image1.xml"); which would on my system return .kde2/share/apps/reKord/image1.xml Bye, Kevin --=20 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Kevin Krammer Developer at the Kmud Project http://www.kmud.de/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<