Tema: XML y PHP
Ver Mensaje Individual
  #6 (permalink)  
Antiguo 07/08/2008, 08:38
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Respuesta: XML y PHP

Porque no usas SimpleXML?, hay una implementación para PHP4, y puedes hacer algo así:
Código PHP:
$xml simple_xml_load_file('archivo.xml');
echo 
$xml->laboratorio->fondo->imagen
Saludos.