Traverse a XML using Recursive function

Posted by Kaja on Stack Overflow See other posts from Stack Overflow or by Kaja
Published on 2009-10-20T17:34:26Z Indexed on 2010/03/13 0:07 UTC
Read the original article Hit count: 153

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about traverse

Related posts about recursion