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");
Showing posts with label XML. Show all posts
Showing posts with label XML. Show all posts
Wednesday, December 16, 2009
Simple Create Child Node in XML
เขียนโดย
abcomp01
ที่
12:52 AM
0
ความคิดเห็น
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
ป้ายกำกับ:
XML
Subscribe to:
Posts (Atom)