用XMLDocument.Load这个文件或是直接Load这段字符
然后用XMLNode myNode=myXMLDocument["Author"]
myNode["First-Name:].InnerText=Bill;
myXMLDocument.Save就可以了