$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-10-19 08:48:28
On Friday 19 October 2001 09:38, you wrote:
> While working an xml parser for a project I came to the conclusion that no
> standard container would easily support the storage of the various elements
> in the document while retaining the inherent structure of the document. So
> I started writing a tree container based on the STL container interface.
> I'm wondering if this is something the group would be interested in? It
> would be a logical base for a DOM style XML parser's element storage
> amongst other uses.
Yes, I would be quite interested in such a container.
Doug