Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/03/2016, 13:06
GNUzebac
 
Fecha de Ingreso: marzo-2016
Ubicación: EC
Mensajes: 3
Antigüedad: 8 años, 1 mes
Puntos: 0
Pregunta Respuesta: Leer XML (CDATA[ ] ) y almacenar en variables php desde Soapclient

Estoy utilizando la siguiente linea para abir el archivo:
Código HTML:
$xml = simplexml_load_file("file.xml", NULL, LIBXML_NOCDATA);
Pero no tengo resultados.
Cual función se debe utilizar para abrir?