Ver Mensaje Individual
  #3 (permalink)  
Antiguo 02/10/2009, 04:24
Mikelon85
 
Fecha de Ingreso: diciembre-2002
Ubicación: bilbao
Mensajes: 345
Antigüedad: 21 años, 11 meses
Puntos: 3
Respuesta: Problemas al leer XML

Código PHP:
<?php
$archivo 
"archivo.xml";
$datos file_get_contents($archivo);
$datos str_replace('<?xml version="1.0" encoding="UTF-8">''<?xml version="1.0" encoding="UTF-8"?>'$datos);
$pt fopen($archivo'w');
fwrite($pt$datos);
fclose($pt);
if (
file_exists($archivo)) {
$imgssimplexml_load_file($archivo);
if(
$imgs){
foreach (
$imgs $index => $info) {
echo 
$info["path"];
}
} else echo 
"Sintaxi XML inválida";
} else echo 
"Error abriendo rss.xml";
?>
Buenas, gracias por tu respuesta, no me funciona con esto

__________________
aste nagusia