You have to use class XMlReader http://msdn.microsoft.com/en-us/library/system.xml.xmlreader(v=VS.95).aspx[^] To read the document use Create static method To read the next node at same level use method Read(); To read subElements use method ReadSubtree()
B
Bonhomme M
@Bonhomme M