$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Hasse Carlsson (hcsson_at_[hidden])
Date: 2008-01-10 04:49:24
I have a newbie question regarding Boost XML serialization:
In the example of an XML archive (
http://www.boost.org/libs/serialization/example/demo_save.xml), there are
lots of attributes (class_id, tracking_level, class_id_reference etc)
included in the XML output. I would like to produce an XML archive _without_
these attributes - how do I achieve that? Can such an XML archive be
restored, or are the attributes needed for "de-serialization" to work
properly?
Thanks,
hcsson_at_[hidden]