質問編集履歴
1
xml内のメンバーをmemberに変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
<チーム>
|
28
28
|
|
29
|
-
<
|
29
|
+
<member>
|
30
30
|
|
31
31
|
<要素1>検索文字列1</要素1>
|
32
32
|
|
@@ -34,9 +34,9 @@
|
|
34
34
|
|
35
35
|
<要素1>ccc</要素1>
|
36
36
|
|
37
|
-
</
|
37
|
+
</member>
|
38
38
|
|
39
|
-
<
|
39
|
+
<member>
|
40
40
|
|
41
41
|
<要素1>検索文字列2</要素1>
|
42
42
|
|
@@ -44,9 +44,9 @@
|
|
44
44
|
|
45
45
|
<要素1>ccc</要素1>
|
46
46
|
|
47
|
-
</
|
47
|
+
</member>
|
48
48
|
|
49
|
-
<
|
49
|
+
<member>
|
50
50
|
|
51
51
|
<要素1>検索文字列3</要素1>
|
52
52
|
|
@@ -54,9 +54,9 @@
|
|
54
54
|
|
55
55
|
<要素1>ccc</要素1>
|
56
56
|
|
57
|
-
</
|
57
|
+
</member>
|
58
58
|
|
59
|
-
<
|
59
|
+
<member>
|
60
60
|
|
61
61
|
<要素1>検索文字列4</要素1>
|
62
62
|
|
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
<要素1>ccc</要素1>
|
66
66
|
|
67
|
-
</
|
67
|
+
</member>
|
68
68
|
|
69
69
|
</チーム>
|
70
70
|
|
@@ -108,7 +108,7 @@
|
|
108
108
|
|
109
109
|
where item.Element("要素1").Value == "検索文字列1"
|
110
110
|
|
111
|
-
select item.Element("要素
|
111
|
+
select item.Element("要素1").Value;
|
112
112
|
|
113
113
|
|
114
114
|
|