Best XML Config class ?
-
I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]
-
I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]
Defenestration wrote:
i Find tinyXML quite useful, but you can try ur hand in CMarkup too!
"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
cheers, Alok Gupta VC Forum Q&A :- I/ IV Support CRY- Child Relief and you
-
I'm looking for a small and fast XMLConfig class in C++ that I can use for program settings. It needs to support multiple instances of a program which all use the same settings file. Since all instances can possibly read and write to the config file at the same time, it needs to handle this instance. There are lots of different XMLConfig classes available, and I'm wondering which one would best suit my needs ? http://www.codeproject.com/cpp/XMLConfig.asp[^] http://www.codeproject.com/useritems/XML_writer.asp[^] http://www.codeproject.com/useritems/XMLwriter.asp[^] http://www.codeproject.com/soap/pugxml.asp[^] http://www.codeproject.com/cpp/C___XML_wrapper.asp[^] http://www.codeproject.com/soap/paramio.asp[^] http://www.grinninglizard.com/tinyxml/[^]