C#:
stringw3NameSpace="http://:office:office")
DimnodeAsSystem.Xml.XmlNode=doc.SelectSingleNode("w:wordDocument/v:body/o:t",nsmanager)
Response.Write(node.InnerText)
node.InnerText="欢迎光临【孟宪会之精彩世界】:http://dotnet.aspx.cc/"
'创建CDATA节点
DimxcdsAsSystem.Xml.XmlCDataSection=doc.CreateCDataSection("<ahref='http://dotnet.aspx.cc/'>【孟宪会之精彩世界】</a>")
node.ParentNode.InsertAfter(xcds,node)
Response.Write(xcds.InnerText)
doc.Save(Server.MapPath("test.xml"))
