$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Reece Dunn (msclrhd_at_[hidden])
Date: 2005-11-01 13:03:26
Cromwell Enage wrote:
>--- Stefan Seefeld wrote:
> > This is simply to see whether there is still any
> > interest into such an API, and to get some
>discussion
> > on the design.
>
>Count me in as an interested party.
And me :).
One thing that I would like to see is the use of [] for performing XPath
queries, e.g.:
xmldom << L"<xml-data>...</xml-data>"; // set xml
std::cout << "found " << xmldom[ L"xml-data/foo/@bar" ];
With current technologies like Lambda and Spirit, we can make a streamlined
XML API that fits in with C++ paradigms.
- Reece