Create 2 Element in XML in vb.net.

Nov 24 2016 11:36 PM
Hi,
 
 
i Need to Generate XML document as below. can you please tell me how it is to be done.
 
<Product>
 <Main>
   <a>1</a>
   <b>2</b>
 </Main>
 <Detail>
    <gh>12</gh>
   <kk>122</kk>
 </Detail>
</Product>

Answers (1)