单击保存按钮时如何修改xml字段?

时间:2011-10-31 05:52:54

标签: android

大家根据下面的代码更改国家名称和货币时,如果我点击保存按钮它必须修改,当我编辑它时,修改应该出现在xml标签中,任何人都可以帮我解决问题。 / p>

xml string:

<GetCountries>
<CountryID>10</CountryID>
</GetCountries>

方法名称:UpdateCountryDetails

xml string:

<UpdateCountryDetails>
<CountryID>10</CountryID>
<CountryName>Zimbabwe</CountryName>
<Currency>Zimbabwe Dollar</Currency>
<GMTDiff></GMTDiff>
</UpdateCountryDetails>

0 个答案:

没有答案