How can I use XML as a simple data storage in Borland C++ Builder 6?
Is there an internal class, which I could use?
Thank's for help
How can I use XML as a simple data storage in Borland C++ Builder 6?
Is there an internal class, which I could use?
Thank's for help
I'm not sure whether the TXmlDocument
is implemented in C++Builder 6, but a more simple solution would be to use the TinyXML [1] library, which is indeed simple, and easy to use. I have used it with different versions of C++ Builder and it works like a charm.