xpath("/objets/Sorts/".$type_sort."/lvl".$lvl."/*"); if (count($item) > 0) { $id = rand(1, count($item))-1; $nom .= ($i==0 ? "" : ", ").$item[$id]->nom." (".$lvl.")"; $valeur += $item[$id]->valeur; } else $nom .= ($i==0 ? "" : ", ")."Un sort (".$lvl.")"; } return array (utf8_decode($nom).")", $valeur); } ?>