News

Go here for a video tutorial from Microsoft. It will show you how to create an xml document in memory. Unfortunately it's in VB.Net, but that shouldn't be so hard to convert to c#. <BR><BR>FYI, if ...
Sure, .NET's got great support for XML, but what's a VB6 programmer to do? Learn to work with MSXML2's DOM parser, that's what. The Document Object Model (DOM) is the oldest, and arguably the easiest, ...