$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-01-07 12:56:51
sadrok wrote:
> I notice that the XML is not completed, but this doesn't seem to be a
> problem.
>
This is usually caused by closing the output stream before the archive
destructor is called. Its the archive destructor which finishes up
the the xml in the archive.
Robert Ramey