Tema: xml a html?
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/06/2006, 21:25
Vhyll
 
Fecha de Ingreso: octubre-2004
Ubicación: Lima, Perú
Mensajes: 185
Antigüedad: 20 años, 3 meses
Puntos: 1
xml a html?

Tengo un problema bueno hay una pagina que usa RSS ya que tiene la finalidad de poder usar esos codigos para ponerlo a mi web ya que se vea en forma de html pero mi problema es como incluirlo ya que me sale un error.
y como lo tendria que hacer, aca les paso su codigo de RSS
Código HTML:
<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF 
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="http://www.animeyume.org/rss/latest_torrents.php"> 
<title>AnimeYume.org latest torrents</title> 
<link>http://www.animeyume.org</link> 
<description>Latest torrents added to AnimeYume</description> 
<image rdf:resource="http://www.animeyume.org/template/images/ay_logo.jpg" /> 
<items> 
<rdf:Seq> 
<rdf:li resource="http://www.animeyume.org/details_torrent.php?id=24360" /><rdf:li resource="http://www.animeyume.org/details_torrent.php?id=24359" />
	</items> 
 </channel> 
				<image rdf:about="http://www.animeyume.org/template/images/ay_logo.jpg"> 
						<title>AnimeYume.org</title> 
					<link>http://www.animeyume.org</link> 
					<url>http://www.animeyume.org/template/images/ay_logo.jpg</url> 
					</image> 
					<item rdf:about="http://www.animeyume.org/details_torrent.php?id=24360">
					<title><![CDATA[Capeta 18]]></title>
						<link><![CDATA[http://www.animeyume.org/details_torrent.php?id=24360]]></link>
						<description><![CDATA[Released by: Anime-Empire | Language: English | Filesize: 230.75 MB]]></description>
					</item>
								</rdf:RDF> 
y el error es este Parse error: parse error, unexpected T_STRING in http://www.animeyume.org/rss/latest_torrents.php on line 1