C# XML Browser demo app

This simplistic demo app from 2004 works as a simple XML browser, showing all XML nodes in an XML document in a treeview, the value of the node and all its attributes.

It uses a recursive method on the XML rather than lazy loading.

Csharp XML browser

Last updated on 03 March 2009

Comments

blog comments powered by Disqus