-1
나는이 XML 코드에서 PHP 값의 위도, 경도를 얼마나 잘 모릅니다
에 CDATA에서 값을 가져 오기 :XML
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<Document>
<name>OpenCellID Cells</name>
<description>List of available cells</description>
<Placemark><name></name><description><![CDATA[lat: <b>3.378199</b><br/>lon: <b>-76.523528</b><br/>mcc: <b>732</b><br/>mnc: <b>123</b><br/>lac: <b>4003</b><br/>cellid: <b>26249364</b><br/>averageSignalStrength: <b>0</b><br/>samples: <b>10</b><br/>changeable: <b>1</b>]]></description><Point><coordinates>-76.523528,3.378199,0</coordinates></Point></Placemark>
</Document>
</kml>
을 당신이 좀 도와 수 있기를 바랍니다. 감사합니다
먼저 XML에서 HTML 스 니펫을 읽고 다른 DOM 초에로드하십시오. http://stackoverflow.com/a/22490106/2265374 – ThW