C
czly
Unregistered / Unconfirmed
GUEST, unregistred user!
<?xml version="1.0" encoding="UTF-8"?>
<string xmlns="http://www.webserviceX.NET"><?xml version="1.0" encoding="utf-16"?>
<CurrentWeather>
<Location>Beijing, China (ZBAA) 39-56N 116-17E 55M</Location>
<Time>Nov 17, 2006 - 02:00 AM EST / 2006.11.17 0700 UTC</Time>
<Wind> from the E (090 degrees) at 4 MPH (4 KT):0</Wind>
<Visibility> 3 mile(s):0</Visibility>
<SkyConditions> overcast</SkyConditions>
<Temperature> 50 F (10 C)</Temperature>
<DewPoint> 39 F (4 C)</DewPoint>
<RelativeHumidity> 66%</RelativeHumidity>
<Pressure> 30.21 in. Hg (1023 hPa)</Pressure>
<Status>Success</Status>
</CurrentWeather></string>
返回结果是这样的,是国外的一个天气预报的服务
我想将各个值分别取出来添加到CLIENTDATASET中或分别显示在MEMO里
以前有本组件大全里介绍过用XMLMAPPER来做不过忘记了,用其它访问怎么做呢?
<string xmlns="http://www.webserviceX.NET"><?xml version="1.0" encoding="utf-16"?>
<CurrentWeather>
<Location>Beijing, China (ZBAA) 39-56N 116-17E 55M</Location>
<Time>Nov 17, 2006 - 02:00 AM EST / 2006.11.17 0700 UTC</Time>
<Wind> from the E (090 degrees) at 4 MPH (4 KT):0</Wind>
<Visibility> 3 mile(s):0</Visibility>
<SkyConditions> overcast</SkyConditions>
<Temperature> 50 F (10 C)</Temperature>
<DewPoint> 39 F (4 C)</DewPoint>
<RelativeHumidity> 66%</RelativeHumidity>
<Pressure> 30.21 in. Hg (1023 hPa)</Pressure>
<Status>Success</Status>
</CurrentWeather></string>
返回结果是这样的,是国外的一个天气预报的服务
我想将各个值分别取出来添加到CLIENTDATASET中或分别显示在MEMO里
以前有本组件大全里介绍过用XMLMAPPER来做不过忘记了,用其它访问怎么做呢?