XmlDocument GetVechileInfo(string vehicle, string uid, string pwd)
<?xml version="1.0" encoding="utf-8" ?>
<root>
<result>1</result>
<NewDataSet>
<Table>
<Vehicle>MY1234</Vehicle>
<GPSTime>2009-03-20 18:10:56</GPSTime>
<Speed>77</Speed>
<Odometer>43698.184</Odometer>
<Lat>22.324915</Lat>
<Lon>114.012766666667</Lon>
<Direction>260</Direction>
<Status>ACC开,车门关,重车,IP模式,不要PIN码,开研协议,天线正常,3D定位SIM1</Status>
<PlaceName>特别行政区香港葵芳阁</PlaceName>
<RoadName>昆明路</RoadName>
</Table>
</NewDataSet>
</root>
请教下,这个如何引用?