Hi, I am a learner for C# and .Net.
I load XML document as follows:
<?xml version="1.0" encoding="UTF-8"?>
<CustomerData >
<Transaction>
<DSLFIELDS>
<ID>89</ID>
<ADDR>94458</ADDR>
</DSLFIELDS>
</Transaction>
</CustomerData>
I get the XML string by using XmlDocument's...