Tuesday
Feb052008
C# XML Browser demo app
Tuesday, February 5, 2008 at 4:34PM 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.







Reader Comments