$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter (p.schregle_at_[hidden])
Date: 2006-07-21 05:32:57
Todd,
thanks for submitting this, I have the same need, plus some.
The additional need I'm trying to solve is that the XML elements can be 
reordered, i.e. come in a different order than the serialization lib expects 
them.
I've tried to implement this, but I'm stuck, since the serialization lib 
seems to parse only xml fragments, not the whole file in one shot.
Would you have any idea how to solve this?
Thanks, Peter