
1 Nov
2005
1 Nov
'05
6:03 p.m.
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