//add to parent node node.AppendChild(nodeTitle); node.AppendChild(nodeUrl);
//add to elements collection doc.DocumentElement.AppendChild(node);
//save back doc.Save(filename);
and to the end is appended
<Genre_Genre_Country> <Title>This title is created by code</Title> <Url>http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=659406&SiteID=1</Url> </Genre_Genre_Country>
Take a look at the code. You can change nodes at whatever you want as they are presented as string