C#—XML の読み取り、追加、変更、削除操作
1.xml ファイルの形式は次のとおりです:
<プロジェクト名 = "PlatformFramewo" vss-path = "Platform$/Source CodHdt$Pla~1.sln" />
1. Read
DataSet ds = new DataSet();
ds.ReadXml (Server.MapPath(@"Projects.xml"));
DataTable dt = ds.Tables[0];
return dt;
//取得したデータテーブルをフォアグラウンドのループで省略して出力します...
< ;tr style="font-weight: PDF;"> //テキストを太字にします
2.
XmlDocument xmlDoc = new ("project");
xe1.SetAttribute("name", txtProjectName.Text);
strVssPath = txtProjectVss.Text + "$" + txtProjectPath.Text + "$" + txtProjectSln を追加しました。 .Text;
xe1.SetAttribute("vss -path",strVssPath);
root.AppendChild(xe1);
xmlDoc.Save(Path);
3.
XmlDocument xmlDoc = new XmlDocument();
string パスを変更します。 = Server.MapPath(@"Projects.xml ");
XmlNodeList ノードリスト = xmlDoc.SelectSingleNode("projects").ChildNodes;
foreach (ノードリスト内の XmlNode xn)
{
Getattribute (" name") == Request ["name"].Tostring ()) {
xe.setattribute ("name", txtprojectName1.text); 1.Text + "$" + txtprojectpath1.text + "$" + txtProjectSln1.Text ; XmlDocument();
string Path = Server.MapPath(@"Projects.xml");
xmlDoc.Load(Path);
XmlNodeList ノードリスト = xmlDoc.SelectSingleNode("projects").ChildNodes;
foreach (XmlNode xn nodelist)
{
XmlElement xe = (XmlElement)xn;
if (xe.GetAttribute("name") == Request["name"].ToString())
{
xn.ParentNode.RemoveChild(xn);
xmlDoc.Save(パス);