RSS feeds

Is there any problem displaying RSS feeds?
I tried to display http://www.realinstitutoelcano.org/wps/wcm/connect/elcano/Elcano_in/Zonas_in/Zonas+In?srv=cmpnt&source=library&cmpntname=Elcano_estructura/Menu-ATOM-Feed-Novedades-IN
and it won´t show.
Any suggestions?

Could you please post further info about how you are trying to do this? With PHP? Directly from an existing HTML page or link?

I think that the webbrowser ActiveX control does not have the same features as Internet Explorer, like RSS display.
You could use PHP to parse your RSS data, and display it. For instance, see http://magpierss.sourceforge.net/

Just plain php, the thing is the remote atom feed generates an xml file and the application cannot read it. Any hints?
This is urgent now…

Thanks a lot. I´d rather use simplexml.
The thing was I thought there was an option to force the application to parse xml documents as if it were a browser.
Thank you anyway.

Unfortunately no, there is no such option…