http://www.toucharound.com/horoscopo/xml/daily_es.xml
por que no tiene la cabecera que lo asigna como xml y dice esto
This XML file does not appear to have any style information associated with it. The document tree is shown below.
Y esto estoy usando para leerlo nose si esta bien
Código PHP:
   
<?php
include 'http://www.toucharound.com/horoscopo/xml/daily_es.xml';
 
$horoscopo = new SimpleXMLElement($xmlstr);
 
echo $horoscopo->pelicula[1]->message;
?>     
 



