
10 Dec
2008
10 Dec
'08
10:53 p.m.
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.