[xsl] .Net Dev can reply this ??

Subject: [xsl] .Net Dev can reply this ??
From: Buddhi Dananjaya <buddhi@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 14 Sep 2007 17:33:57 +0530
Hi all,

I have a xml file, after loading it to xmlDoc I am adding a new attribute to the parent node of all records. After adding I need to save the xml file, not at the end each record by record.

Rather than saving entire xml file with xmlDoc.Save() can I save only changed node set..?? (like we have with ADO.Net)

Since I have very large xml files time needed for saving matters. Imagine if there is a xml file with 1,000,000 recs, size of it is 5 MB If we are saving whole doc we have to save 1,000,000 times.... it takes some time...

- Regards

- Buddhi from Sri Lanka -

Current Thread