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 -
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--