I used a library called TinyXML2 for creating my XML file that has all the data in it. Now I want to transfer my XML file over UDP. I know that I have to transfer node by node in my XML file. But I don't know the exact procedure. Can anyone tell me how to do it ?
<xml>
<child>
<firstchild id = "1">
<age>10</age>
</firstchild>
<firstchild id = "2">
<age>20</age>
</firstchild>
</child>
</xml>