Boost logo

Boost :

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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk