przemyslaw.sliwa@uk.bnpparibas.com wrote:
> HelloHello,
>
> I have written code below and it works fine when using text archives.
> However, when I try to run it with the xml archives it is throwing a
> strange error saying "Invalid XML tag name". I have no idea what that
> means and could not find it in the documentation of the serialization
> library. Could someone tell me what I am doing wrong in this code?   
replace ar & BOOST_SERIALIZATION_NVP(boost::serialization::base_object< Actor >( *this ));
 
with another construct to elminate the < > 
 
I believe its in the documenation under BOOST_SERIALIZATION_NVP_BASE_OBJECT or something like that.
 
Robert Ramey