对于这些科目中有10个,但它们都没有真正解决我的问题。
继承XML文件。
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<GetStartEndPointResponse xmlns="http://www.etis.fskab.se/v1.0/ETISws">
<GetStartEndPointResult>
<Code>0</Code>
<Message />
<StartPoints>
<Point>
<Id>81216</Id>
<Name>Lund C</Name>
<Type>STOP_AREA</Type>
<X>6178320</X>
<Y>1335414</Y>
</Point>
<Point>
<Id>81700</Id>
<Name>Lund Botulfsplatsen</Name>
<Type>STOP_AREA</Type>
<X>6177824</X>
<Y>1335838</Y>
</Point>
<Point>
<Id>81039</Id>
<Name>Lund Univ-sjukhuset</Name>
<Type>STOP_AREA</Type>
<X>6179057</X>
<Y>1336059</Y>
</Point>
<Point>
<Id>81156</Id>
<Name>Lund Bankgatan</Name>
<Type>STOP_AREA</Type>
<X>6177677</X>
<Y>1335945</Y>
</Point>
<Point>
<Id>81069</Id>
<Name>Lund Södra Tpl.</Name>
<Type>STOP_AREA</Type>
<X>6175456</X>
<Y>1335052</Y>
</Point>
<Point>
<Id>399686</Id>
<Name>LUNDAGATAN 1 FURULUND</Name>
<Type>ADDRESS</Type>
<X>6186112</X>
<Y>1330502</Y>
</Point>
<Point>
<Id>42789</Id>
<Name>LUNDAGATAN 2 HELSINGBORG</Name>
<Type>ADDRESS</Type>
<X>6216872</X>
<Y>1307608</Y>
</Point>
<Point>
<Id>30985</Id>
<Name>LUNDAGÅRD 1 MARIEHOLM</Name>
<Type>ADDRESS</Type>
<X>6196812</X>
<Y>1336430</Y>
</Point>
<Point>
<Id>122149</Id>
<Name>LUNDAHLS VÄG 23 GÄRDS KÖPINGE</Name>
<Type>ADDRESS</Type>
<X>6200964</X>
<Y>1394071</Y>
</Point>
<Point>
<Id>280721</Id>
<Name>LUNDASTIGEN 3 KÅGERÖD</Name>
<Type>ADDRESS</Type>
<X>6211135</X>
<Y>1330886</Y>
</Point>
<Point>
<Id>46335</Id>
<Name>Lund Lasarett</Name>
<Type>POI</Type>
<X>6179076</X>
<Y>1336073</Y>
</Point>
<Point>
<Id>35604</Id>
<Name>Lund Polishus</Name>
<Type>POI</Type>
<X>6178151</X>
<Y>1335171</Y>
</Point>
<Point>
<Id>222961</Id>
<Name>Lund Skånetrafikens kundcenter Centralst</Name>
<Type>POI</Type>
<X>6178373</X>
<Y>1335423</Y>
</Point>
<Point>
<Id>259298002</Id>
<Name>Lundagård</Name>
<Type>POI</Type>
<X>6178151</X>
<Y>1335824</Y>
</Point>
<Point>
<Id>50151</Id>
<Name>Lundahälsan Bondev</Name>
<Type>POI</Type>
<X>6179258</X>
<Y>1334425</Y>
</Point>
</StartPoints>
<EndPoints>...</EndPoints>
</GetStartEndPointResult>
</GetStartEndPointResponse>
</soap:Body>
</soap:Envelope>
现在,如果您右键单击Chrome中的文本堆和“检查元素”,您将看到XML的结构。
此文件的网址为http://www.labs.skanetrafiken.se/v2.2/querypage.asp?inpPointFr=lund&inpPointTo=ystad
如何从头开始解析这个问题。没有捷径,因为这些论坛上的很多人都会在其他地方得到指点!