I am using TinyXml2 for the first time to get a xml file as follows:
<ORDER>
<ITEM>
<SN>132487A-J</SN>
<NAME>crank casing</NAME>
<Person age="12" passed="Yes">Alive</Person>
<QTY>1</QTY>
</ITEM>
</ORDER>
So, how will i get this type of xml genrated from TinyXml2 in visual studio. I have searched on internet but they have shown examples realy lengthy and complex to understand. So, kindly suggest me simple piece of code in c++ using tiny xml which can full my purpose.
In the troll answer category:
Boost Property Tree
Live On Coliru
Prints