I am trying to read the following tags from XML:
How do I do it? I can handle the functionality after I get the data into the DLL.
Also, how does one read/write such an array?
Code:
<CivicCommerceChanges>
<CivicCommerceChange>
<Civic>CIVIC_PAGANISM</Civic>
<Commerces>
<iCommerce>0</iCommerce>
<iCommerce>0</iCommerce>
<iCommerce>2</iCommerce>
<iCommerce>0</iCommerce>
</Commerces>
</CivicCommerceChange>
</CivicCommerceChanges>
How do I do it? I can handle the functionality after I get the data into the DLL.
Also, how does one read/write such an array?