Click here to Skip to main content
15,885,918 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<customerinfo>
<customerid>1001</customerid>
<customername>Sumit Enterprises</customername>
<city>Bangalore</city>
<country>India</country>
<contactperson>Sunil</contactperson>
<contactno>+91-9876543210</contactno>
</customerinfo>


And Outpuut will be as follows using c++ file handling:
1001
Sumit Enterprises
Bangalore
India
Sunil
+91-9876543210
Posted
Updated 12-Sep-11 5:28am
v2

You may use MSXML for the purpose the documentation[^] features some examples.
 
Share this answer
 
You could also try XmlLite[^], which is very simple to use.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900