Fastest way to add new node to end of an xml?

前端 未结 10 673
深忆病人
深忆病人 2020-11-29 10:21

I have a large xml file (approx. 10 MB) in following simple structure:


   .......
   .......         


        
10条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-29 11:19

    How is your XML-File represented in code? Do you use the System.XML-classes? In this case you could use XMLDocument.AppendChild.

提交回复
热议问题