From: Peter Klotz (peter.klotz_at_[hidden])
Date: 2008-07-26 15:49:50


> 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.