26 Jul
2008
26 Jul
'08
7:49 p.m.
In the meantime, can anyone recommend another open source C++ XML library I can use (with DOM parser)?
I recommend using POCO (Portable Components). It is a portable and very powerful open source C++ library that includes an XML DOM parser. You can find it here: http://pocoproject.org/ Best regards, Peter.