php - SimpleXML sorunu

0 Cevap php

Ancak SimpleXML print_r dökümü onları görünmüyor yem mutliple seviyeleri için nitelikler / etiketleri olan bir xml dosyası var.

Örnek:

<types tag1="1287368759" tag2="1287368759">
    <locations>
        <segment prefix="http" lastchecked="0">www.google.com</segment>
        <segment prefix="http" lastchecked="0">www.google.com</segment>
        <segment prefix="http" lastchecked="0">www.google.com</segment>
        <segment prefix="http" lastchecked="0">www.google.com</segment>
        <segment prefix="http" lastchecked="0">www.google.com</segment>
    </locations>
</types>

Sorun, etiketler <types> çalışıyor ve xml dökümü gösterir, ancak her segment etiketleri yok. Herhangi bir yardım?

0 Cevap