$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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:
Best regards, Peter.