Is this XML file correct for RSS feeding?
- by Hermet
Hi guys
I am generating a XML-RSS type file from PHP.
The output for example is like this
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Mi web mola</title>
<link>http://www.dominio.com/blog.php</link>
<language>es-ES</language>
…