+ -
当前位置:首页 → 问答吧 → 难题!ASP调用webservice问题!

难题!ASP调用webservice问题!

时间:2011-06-05

来源:互联网

asp调用webservice以后的返回值只这样的。
XML code

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
   <soap:Body>
      <ns1:getMenuResponse xmlns:ns1="http://service.ws.jackie.com/">
         <return><![CDATA[<div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/149_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>篮球</div><div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/150_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>乒乓球</div><div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/148_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>足球</div>]]></return>
      </ns1:getMenuResponse>
   </soap:Body>
</soap:Envelope>



如何只得到div之间的数据呢?

作者: Jackie_GP   发布时间: 2011-06-05

也就是得到
XML code

<div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/149_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>篮球</div><div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/150_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>乒乓球</div><div class='m2' onmouseover='onm2(this);' onmouseout='outm2(this);'  onclick=window.location.href='/tiyu/list/148_1.html' ; nowrap> <img src='/images/I.gif' border='0' width='19' height='20'><img src='/images/white.gif' border='0' width='15' height='20'><img src='/images/T.gif' border='0' width='19' height='20'>足球</div>



asp该如何读取xml呢?

作者: Jackie_GP   发布时间: 2011-06-05

热门下载

更多