Re: [LA-discussions] récupération de données xml avec simplexml

[ Thread Index | Date Index | More linuxarverne.org/discussions Archives ]


Petit oubli

heu non c'est pas ça, j'ai pas modifié au bon endroit... Et là ça me renvoit : Array et rien d'autre...

 

j'ai mis ça dans mon php :

 

<?php $Structure = simplexml_load_file('sources/structure.xml'); ?>

<title><?php echo $Structure->xpath('categorie[@id="01"]/titre'); ?></title>


Où est l'erreur ?


Perso je passe par une variable pour stocker le résultats du xpath() et je fais un array_shift() ou array_pop() dessus pour récupérer les éléments retournés. Si tu n'as qu'un seul élément à récupérer, peut-être qu'un simple [0] suffit ?

 =^.^=


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/