Posted By:
Jyri_Saastamoinen
Posted On:
Tuesday, June 1, 2004 12:44 AM
I want to add new elements to existing xml doc. If I run my program, it creates an xml document, if it doesn't exist. If it does, I want to add some elements to it. How can I do that? Do I need to load existing xml doc to a Document object and then clone it or how?
Tia JJ