How can I go through (read all nodes in order) an XML document using recursive functions in C #?
I want to read all nodes in xml (which have attributes) and print them in the same structure as xml (but without Node Localname)
thanks
c # xml recursion traversal
Kaja
source share