write and read the xml file using c++

A

Armando

hello !

(excuse my englich, he is not very good)
i have already find some xml parser with google, and i am see,
Xerces,C++,expat, libxml++ and more, that is good.but i want to do
somethings like this example.

XML x;
string val,val1;
// 339 and 334 are been writted

x.writeXML("Xml.xml","339", "key|text5|value1");
x.writeXML("Xml.xml","334", "key|text6|value12");

val = x.readXML("Xml.xml","key|text5|value1");
val1 = x.readXML("Xml.xml","key|text6|value1");

is possible ti do that which these parsers
or i must write my own Parser for doing this ?

thanks for any idea.

Armando.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top