Tema: RSS y XML
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/03/2013, 15:49
Avatar de emprear
emprear
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: me mudé
Mensajes: 8.388
Antigüedad: 17 años, 6 meses
Puntos: 1567
Respuesta: RSS y XML

Utilizando entidades html dentro del contenido

Código:
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Alimentación | EROSKI CONSUMER</title>
<link rel="self" href="http://www.consumer.es/sindicacion/rss/alimentacion/"/>
<updated>2013-02-21T17:29:18+01:00</updated>
<author>
<name>EROSKI CONSUMER</name>
<email>[email protected]</email>
<uri>http://www.consumer.es/</uri>
</author>
<logo>http://static.consumer.es/www/sindicacion/rss/imgs/logo-consumer.png</logo>
<id>http://www.consumer.es/sindicacion/rss/alimentacion/</id>
<entry>
<title>Seis preguntas sobre la pasta</title>
<link href="http://www.consumer.es/web/es/alimentacion/guia-alimentos/cereales-y-derivados/2013/03/08/216005.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=eroski-consumer%2Falimentacion"/>
<id>http://www.consumer.es/web/es/alimentacion/guia-alimentos/cereales-y-derivados/2013/03/08/216005.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=eroski-consumer%2Falimentacion</id>
<updated>2013-02-21T17:29:18+01:00</updated>
<content type="html">
&lt;p&gt;Muchas personas creen que la pasta engorda, aunque no existe evidencia científica que respalde esta idea&lt;/p&gt;
&lt;center&gt;
&lt;a href="http://www.consumer.es/web/es/alimentacion/guia-alimentos/cereales-y-derivados/2013/03/08/216005.php?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=eroski-consumer%2Falimentacion"&gt;
&lt;img src="http://static.consumer.es/www/imgs/2013/02/pasta-dudas-listg.jpg" alt=""/&gt;
&lt;/a&gt;
&lt;/center&gt;
</content>
</entry>
</feed>
ó encerrando el mismo dentro de un bloque CDATA
Código:
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
  <title>prueba simplepie</title>
  <link>http://foros.emprear.com</link>
  <description>test</description>
  <item>
    <title>Feed 1</title>
    <link>http://foros.emprear.com</link>
    <description>Test</description>
  </item>
  <item>
    <title>Feed 2</title>
    <link>http://www.w3schools.com/xml</link>
    <description><![CDATA[ <img src="https://googledrive.com/host/0B5cDQ-G3aVMQMkdaelNsdTZ6TDQ/isabelM/img/casablanca-250x350.jpg" alt=""> ]]></description>
  </item>
</channel>
</rss>
Saludos
__________________
La voz de las antenas va, sustituyendo a Dios.
Cuando finalice la mutación, nueva edad media habrá
S.R.