Ver Mensaje Individual
  #5 (permalink)  
Antiguo 25/06/2007, 08:30
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Leer/Modificar "arxhivo.xml" usando DOM XML

Puedes probar asi:
Código PHP:
if( file_exists"buhoweb.xml" ) ) {
    
$archivo domxml_open_file('buhoweb.xml');
} else {
    die( 
"No se encuentra el archivo." );