一般的な構成を使用して複雑な XML ファイルを読み取る必要があります。誰かが私を助けることができますか?
<configurations>
<configuration type="application configuration">
<group id="1" name="President">
<sentiment-searcher>
<sentiment id="1" type="sentiment candidate 1">
<positive>'Obama okay' 'Obama great'</positive>
<negative>'Obama bad' 'Obama idiot'</negative>
</sentiment>
<sentiment id="2" type="sentiment candidate 2">
<positive>'Putin okay'</positive>
<negative>'Putin bad'</negative>
</sentiment>
</sentiment-searcher>
</group>
</configuration>
</configurations>