Does anyone have any simple examples of writing to an XML document, and then also opening and appending to it after "drilling" down a couple elements? Everything I have found displays information on how to create and write an XML document, which I have down. I can't, however, find anything on reopening the document and then adding more elements and/or data to it.

Thanks