$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] New XML library
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-12-10 17:53:02
Sebastian Redl wrote:
> Digester is a curious library, extremely well suited for some domains,
> but largely unusable in many. Let's not forget that it was originally
> developed as part of Tomcat, to translate the configuration into an
> object tree.
There is also the property_tree library (I don't know what its status
within Boost is) that is quite similar to that, except it loads the
whole document into memory rather than invoking some callbacks.