XML Input/Output jetdv wrote on 4/9/2003, 10:59 AM What's the best way to read/write an XML file? Back to post
Comments SonyPJM wrote on 4/9/2003, 11:41 AM Use the System.Xml classes in the .NET Framework... XmlDocument, XmlWriter, etc. 1