【发布时间】:2014-08-31 16:49:36
【问题描述】:
我有xml文件
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<getiResponse xmlns="http://ofbiz.apache.org/service/">
<map-Map>
<map-Entry>
<map-Key>
<std-String value="asd"/>
</map-Key>
<map-Value>
<std-String value="123"/>
</map-Value>
</map-Entry>
我想在java中解析。请给建议
【问题讨论】:
-
但我没有得到值