$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2006-10-01 13:22:59
Chris Weed wrote:
> Thanks for the info.
> I am not that familiar with XML, but does it have a well-defined
> typing mechanism.
> It seems like an XML parser could generate the ptree with typed data.
Sounds like you need to look at something like this --
http://codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/
It's a tool that generates a C++ typed interface based on an xml schema. I
haven't used it so I'm not able to fully recommend it....but it looks like a
useful approach that matches what you are asking for.
Jeff