【.NET】XMLDocumentを用いた簡単なXML作成文

user-pic
0 Clip to Evernote



メモ書き

XmlDocument xmlDoc = new XmlDocument();

XmlDeclaration xmlDecl = xmlDoc.CreateXmlDeclaration("1.0", "UTF-8", null);
xmlDoc.AppendChild(xmlDecl);

XmlElement rootElement = xmlDoc.CreateElement("DOC");

XmlElement firstElement = xmlDoc.CreateElement("FIRSTCHILD");
XmlElement secondElement = xmlDoc.CreateElement("SECONDCHILD");
XmlElement thirdElement = xmlDoc.CreateElement("THIRDCHILD");

secondElement.AppendChild(thirdElement);
firstElement.AppendChild(secondElement);

rootElement.AppendChild(firstElement);

xmlDoc.Save("xmlfilename.xml");



■関連記事


ドミノ・ピザ【PC向けサイト】 楽天トラベル株式会社 NEC Direct ・NECダイレクト