Link to home
Start Free TrialLog in
Avatar of jjacksn
jjacksn

asked on

I Need a tutorial on using XML in C++

I am looking for a good, quick tutorial website on creating, editing, and storing XML documents in C++.  I know C++ decently well, and I need to converrt some C# code I have that edits a large XML file to do it in C++.  Or sample code to do the following:

1.  Creating a new xml document
2a.  Create parent node
2b.  Select a node.
3.  add a child node.
4.  get/set/add attributes to a node
5.  save xml document.
Avatar of burcarpat
burcarpat

SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial