2010-06-18 19 views

Antwort

10
XmlDocument doc = new XmlDocument(); 
XmlElement elem = doc.CreateElement("book", "aaaa", "http://www.com"); 
doc.AppendChild(elem); 
Verwandte Themen