for eg. root= <root> ...
<root> ...
1. Read the XML file into a DMO object, walk the DOM to find the list, insert your new entry as a child, write the DOM back to a file. 2. If the XML is not in a file, but in a string, then you can do the same with string input and output.