Traverse a XML using Recursive function
- by Kaja
How can I traverse (read all the nodes in order) a XML document using recursive functions in c#?
What I want is to read all the nodes in xml (which has attributes) and print them in the same structure as xml (but without Node Localname)
Thanks