Ver Mensaje Individual
  #19 (permalink)  
Antiguo 04/07/2008, 12:54
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: Tratar archivo XML con PHP

Hola falotron,

Tendrías que comprobar si $doc->{'punter-odds'}->game te regresa un objeto, por ejemplo:
Código PHP:
$gameNode $doc->{'punter-odds'};
if( 
$game ) {
     foreach( 
$gameNode->game as $game )

Saludos.