Ver Mensaje Individual
  #3 (permalink)  
Antiguo 07/04/2013, 17:44
mathiasmontiel
 
Fecha de Ingreso: febrero-2013
Mensajes: 163
Antigüedad: 11 años, 9 meses
Puntos: 1
recojer atributo XML con PHP

tengo un archivo XML con el siguiente código:

Código:
(
    [worldLeaderboard] => SimpleXMLElement Object
        (
            [@attributes] => Array
                (
                    [eventId] => 45
                    [eventType] => 2
                    [eventMode] => 1
                    [eventDurationMilliseconds] => 60653
                    [eventDuration] => 0:01:00.653
                    [createdDate] => 2013-01-08 00:32:47.0 GMT-00:00
                    [createdDateStr] => 2013/01/08
                    [personaName] => PERFECT10N
                    [make] => MCLAREN
                    [carName] => F1
                    [rank] => 1
                )

            [persona] => SimpleXMLElement Object
                (
                    [@attributes] => Array
                        (
                            [personaName] => PERFECT10N
                            [level] => 60
                            [image] => 4
                            [statusMessage] => ULTIMATE RACING ALIENS [URA] Youtube:Superfluid777 NFS-S Adm
                            [defaultPersona] => true
                        )

                )

        )

)
como puedo hacer para agarrar por ejemplo el atributo [eventDuration] con un archivo php? para despues imprimirlo