Top

Tags


Roadkill .NET Wiki

Google ads

Recommended reading


Search

Tuesday
Feb052008

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

Reader Comments

There are no comments for this journal entry. To create a new comment, use the form below.

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>
« Serialization as a database in C# | Main | Streaming binary/text data via the web in C# »