2010-06-18 18 views

Respuesta

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