interbilgi.com adlı sitemin RSS düzenlemesini yapacağım. Örnek olarak bir RSS gönderildi tarafıma ama burada düzenlemem gerekenler hangisidir yardımcı olabilir misiniz?
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0"> <channel> <title>Başlık</title> <link> Site Url </link> <description>Site Açıklaması</description> <copyright>©</copyright> <language>tr</language> <pubDate>Tue, 14 Oct 2014 08:03:43 GMT</pubDate> <item> <title>Haberin Başlığı</title> <link>Haberin Linki</link> <pubDate>Haberin Tarihi</pubDate> <enclosure url="http://resim_linki" type="image/jpeg" length="50000" />* <media:content url="http://resim_linki" type="image/jpeg" lang="" />* <description>Haberin Açıklaması</description> </item> </channel>