Tema: Lectura XML
Ver Mensaje Individual
  #1  
Antiguo 28-02-2014
Avatar de fjcg02
[fjcg02] fjcg02 is offline
Miembro Premium
 
Registrado: dic 2003
Ubicación: Zamudio
Posts: 1.410
Reputación: 22
fjcg02 Va camino a la fama
Lectura XML

Buenos días,
agradecería cualquier ayuda para poder leer el contenido de este XML.

Concretamente el contenido de los valores ref_num, zinidate, zresdate, summary, ..

Muchas gracias por vuestra tención.

Un saludo

Código PHP:
<?xml version="1.0"?>
<ObjectList>
  <Object>
    <Handle>7806172</Handle>
    <Attributes>
      <Attribute DataType="2002">
        <AttrName>ref_num</AttrName>
        <AttrValue>1037935</AttrValue>
      </Attribute>
      <Attribute DataType="2004">
        <AttrName>zinidate</AttrName>
        <AttrValue>1393400121</AttrValue>
      </Attribute>
      <Attribute DataType="2004">
        <AttrName>zresdate</AttrName>
        <AttrValue>1393406258</AttrValue>
      </Attribute>
      <Attribute DataType="2002">
        <AttrName>summary</AttrName>
        <AttrValue>Este es el titulo </AttrValue>
      </Attribute>
      <Attribute DataType="2002">
        <AttrName>description</AttrName>
        <AttrValue>Esta es la descripcion 

*** Linea 1 Descripcion
*** Linea 2 Descripcion

*** Linea 3 Descripcion</AttrValue>
      </Attribute>
    </Attributes>
  </Object>
</ObjectList>
__________________
Cuando los grillos cantan, es que es de noche - viejo proverbio chino -
Responder Con Cita