Is XmlTextWriter the fastest way to write out an XML file?



At present I am using XmlTextWriter with WrieStartElement(), WriteAttributeString(), & WriteEndElement(). Is this the fastest way to create an XML file?


No comments:

Post a Comment