J
John
Hi
I have the below XML file. How can I read each tag and its attribute in
vb.net?
Many Thanks
Regards
<Configuration>
<section name="Clients" type="Company-Contacts">
<mastertable name ="tblClients" primarykey="tblclients.id" />
<childtable name="tblClientContacts" foreignkey="tblContacts.Company_ID"
/>
</section>
<section name="Suppliers" type="Company-Contacts">
<mastertable name ="tblSuppliers" primarykey="tblsuppliers.id" />
<childtable name="tblSupplierContacts"
foreignkey="tblSupplierContacts.Company_ID" />
</section>
</Configuration>
I have the below XML file. How can I read each tag and its attribute in
vb.net?
Many Thanks
Regards
<Configuration>
<section name="Clients" type="Company-Contacts">
<mastertable name ="tblClients" primarykey="tblclients.id" />
<childtable name="tblClientContacts" foreignkey="tblContacts.Company_ID"
/>
</section>
<section name="Suppliers" type="Company-Contacts">
<mastertable name ="tblSuppliers" primarykey="tblsuppliers.id" />
<childtable name="tblSupplierContacts"
foreignkey="tblSupplierContacts.Company_ID" />
</section>
</Configuration>