私のxmlファイルは以下です:
<?xml version="1.0" encoding="euc-kr"?>
<root>
<params>
<param id="ErrorCode" type="STRING">-1</param>
<param id="ErrorMsg" type="STRING">FAIL</param>
</params>
<dataset id="G_HeaderCommon">
<colinfo id="string000" size="128" type="STRING"/>
<record>
<string000>XXXXXXXXXXXXXXXXX</string000>
</record>
</dataset>
<dataset id="G_HeaderStdmsg">
<colinfo id="std_msg_cntn" size="128" type="STRING"/>
<colinfo id="std_msg_code" size="128" type="STRING"/>
<record>
<std_msg_cntn>System error occured.</std_msg_cntn> --> I have to get this value.
<std_msg_code>BL0012</std_msg_code>
</record>
</dataset>
</root>
そして、「std_msg_cntn」の値を取得したい。
XPath または Linq で問題ありません。
私はxmlが苦手です。
この問題で私を助けたいですか?