高分求XML解析
怎样解析这样的XML
<object>
<basic>
<name>test</name>
</basic>
<other>
<string>other_nameA</string>
<string>other_nameA_value</string>
<string>other_nameB</string>
<int>other_nameB_value</int>
</other>
<other>
<string>other_nameC</string>
<string>other_nameC_value</string>
<string>other_nameD</string>
<int>other_nameD_value</int>
</other>
</object>