$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bronek Kozicki (brok_at_[hidden])
Date: 2004-07-20 14:53:33
Robert Ramey wrote:
> Note that the serialization library relies upon Spirit 100 % for XML
> parsing. The spirit package included a very complete example by Dan Nuffer
> for parsing XML. I copied that (along with a 50 line copyright notice !!!)
I used that too in my production code. After adding some parser tags it
works great :) It's a pitty that this sample vanished from newer
versions of Spirit
B.