私のxmlファイルには次のようなものがあります:属性
のすべての値を再帰的に取得し、またはに追加するにはどうすればよいですか? たぶん foreach ループ?
...
<Keyword name = "if" />
<Keyword name = "else" />
<Keyword name = "is" />
...name
List<string>
string[]
codemeit に従っていると、エラーが発生し続けます: Data at the root level is invalid. Line 1, position 1.
My xml file is
<KeyWords>
...
<KeyWord name = "if" />
...
</KeyWord>
新しい問題The '\' character, hexadecimal value 0x5C, cannot be included in a name.
ですが、同じファイルです。