$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2003-06-13 16:43:45
I used sprit to parse XML as part of my interest in serialization.
This is an incredible work. It took me a couple of days of
study. One day to adapt one of the samples to parse the XML
needed. One day to deal with a couple of rough edges in the
package. It takes forever to compile a parser on my machine.
But I've only had to do that a few times.
Anyone who considers making a boost XML parser without
studying this package risks doing a LOT of unnecessary work.
Robert Ramey