Hi;
If I am creating an XML file, what is the most efficient way to create it?
All I can see is creating an XmlDocument, building it up, then writing it to
a Stream. But that means I have the entire DOM sitting in memory when I have
no need for it.
???
--
thanks - dave
If I am creating an XML file, what is the most efficient way to create it?
All I can see is creating an XmlDocument, building it up, then writing it to
a Stream. But that means I have the entire DOM sitting in memory when I have
no need for it.
???
--
thanks - dave
Comment