How do I convert this XML to KML?

Posted by TruMan1 on Stack Overflow See other posts from Stack Overflow or by TruMan1
Published on 2010-05-24T17:18:02Z Indexed on 2010/05/24 17:21 UTC
Read the original article Hit count: 298

Filed under:
|
|
|
|

I am a little new to this, but I need to convert the below XML to KML format so I can feed it into Google maps. Can anyone help with this?

<messageList>
<totalCount>1</totalCount>
-
<message>
<esn>0-7396996</esn>
<esnName>JOHN</esnName>
<messageType>TEST</messageType>
<messageDetail> ALL IS WELL AT CURRENT LOCATION.</messageDetail>
<timestamp>2010-05-24T00:39:12.000Z</timestamp>
<timeInGMTSecond>1274661552</timeInGMTSecond>
<latitude>25.19483</latitude>
<longitude>65.7162</longitude>
</message>
</messageList>

© Stack Overflow or respective owner

Related posts about php

Related posts about jQuery