I have XML which very complicated in structure, as below. My objective is to get all the data from the XML, dump into database as relational structure. What is the best way to achieve it using c#.
<a>
<b>
<c>
<d>
<e>....
<e>
<e>
</d>
<d>
</d>
</c>
</b>
<b>
<c>
<d>
<e>....
<e>
<e>
</d>
<d>
</d>
</c>
</b>
</a>