$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-04-24 06:59:52
Daniel Wessl?n wrote:
> Vladimir Prus wrote:
>> It would be pretty bad if Boost has property_tree that reads "simple" XML
>> *and* another XML library, with different interface that has full support
>> for XML. How am I to choose one or another library?
>
> When boost gets a full XML library then the property_tree XML parser
> could (should, IMO) be replaced with a wrapper over that one. What's the
> problem?
The problem is that property_tree interface is very different from W3DOM, so
we'll have two interfaces for XML which are completely different.
- Volodya