Arkadaşlar merhaba. Ben cep telefonundan tüm mesajların yedeğini kaydettim. Bunu yerel sunucudan okunabilir hale getirmek istiyorum.
Kaydettiğim dosya XML dosyası. Şöyle de bir yapısı var.
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<smses count="966">
<sms protocol="0" address="05555555555" date="1278854622219" type="2" subject="null" body="mesaj içeriği, burası okunacak kısım " toa="null" sc_toa="null" service_center="null" read="1" status="0" />
<sms protocol="0" address="+9005555555555" date="1278873842461" type="1" subject="null" body="diğer bir mesaj içeriği" toa="null" sc_toa="null" service_center="+905329010000" read="1" status="-1" />
<sms protocol="0" address="05555555555" date="1278854622219" type="2" subject="null" body="mesaj içeriği, burası okunacak kısım " toa="null" sc_toa="null" service_center="null" read="1" status="0" />
<sms protocol="0" address="+9005555555555" date="1278873842461" type="1" subject="null" body="diğer bir mesaj içeriği" toa="null" sc_toa="null" service_center="+905329010000" read="1" status="-1" />
</smses>
Bu yapıyı PHP'de nasıl okuturum ?