View Single Post
Old Feb 3rd, 2007, 2:12 PM   #4
Arevos
Programming Guru
 
Arevos's Avatar
 
Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5 Arevos is on a distinguished road
Seems to me like XML serialization would be your best bet in this case. You can set up a class, mark it with certain attributes, and automatically have it translated to and from XML. Here's a C# article on it. VB.NET works the same way, but I believe attributes in VB use <> rather than [].
Arevos is offline   Reply With Quote