I want to write some data in to a XML file then reading data back
from XML
file to my app, the code is in C/C++, and I would like to use this
code as
much as possible shared between Mac and Windows development
machines. I was
wondering if you advice me of any XML library/sample code.
We just use the basic library, which is pretty low level. I believe
there are DOM wrappers for it. It's easy enough to use. We don't use
it for writing XML, we do that ourselves, we just use it for reading.
Our project file and clip files/clipboard format are in XML, and we
also use it for preferences and UI description files, so we use expat
a lot and haven't had any problems with it. Well, it isn't always
easy to find parse errors if you've put an invalid character in a
file, but that's the only drawback I can think of.
Regards,
Jo Meder
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden