The Microsoft .NET Framework includes multiple tools for generating XML documents, but the tools suffer from one failing: If the XML document is at all complicated then it's difficult to write code ...
There is a ton of information available for creating an XML doc using the XmlTextWriter, however, I need to create this in memory and not on the file system.<br><br>So, I am trying to use the ...