XmlDocument doc = new XmlDocument();
doc.Load("PHP_DataAdapter.xml");
XmlElement _aidRoot = doc.CreateElement("Adapter");
_aidRoot.InnerXml = @"1234 "
+ @""
+ @"";
doc.DocumentElement.AppendChild(_aidRoot);
doc.Save("PHP_DataAdapter.xml");
Wednesday, December 16, 2009
Simple Create Child Node in XML
ป้ายกำกับ:
XML
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment