This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!-- Declaracion de RSS --> | |
<rss version="2.0"> | |
<!-- Declaracion del canal --> | |
<channel> | |
<!-- Titulo del Canal --> | |
<title>rss-example</title> | |
<!-- Descripcion del Canal --> | |
<description>Ejemplo de un RSS hecho a mano</description> | |
<!-- Enlace al sitio del Feed RSS --> |