XML Reader/Writer
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Is there any stable and reliable XML Reader/Writer classes anywhere that could be used around here? My particular need is for something for VC6 actually. thank you
Have you looked at the XML DOM? http://msdn.microsoft.com/library/en-us/xmlsdk30/htm/xmmscxmlreference.asp?
-
Have you looked at the XML DOM? http://msdn.microsoft.com/library/en-us/xmlsdk30/htm/xmmscxmlreference.asp?
I have been using microsoft's DOM as well, but recently I've been thinking of using CodeProject's own PugXML. http://www.codeproject.com/soap/pugxml.as[^] Its seems to be a lot faster and lighter than the DOM. Doesn't have all the features of the DOM, but probably don't need them in most everyday projects anyway.
"..Even my comments have bugs!"
Inspired by Toni78