Pouvez-vous m'aider svp ?
Voici la donne, un champ dans la base de mon appli contient ceci :
<?xml version="1.0" encoding="utf-8"?>
<section xmlns:image="http://ez.no/namespaces/ezpublish3/image/" xmlns:xhtml="http://ez.no/namespaces/ezpublish3/xhtml/" xmlns:custom="http://ez.no/namespaces/ezpublish3/custom/">
<paragraph xmlns:tmp="http://ez.no/namespaces/ezpublish3/temporary/">
<literal>info 1</literal>
<literal>info 2</literal>
<literal>info 3</literal>
<literal>info 4</literal>
<literal>info 5...</literal>
</paragraph>
</section>
Je cherche le moyen de ressortir proprement les info 1, info 2, info 3...et ne sais pas vers quelle méthode en php5 me tourner.
Par avance merci.
Mega