1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
<title>XXX - Newsfeed</title>
<link>http://www.xxx.com</link>
<description>The Newsfeed of XXX</description>
<lastBuildDate>Mon, 05 Oct 2009 15:21:12 +0000</lastBuildDate>
<generator>XXX</generator>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<item>
<title>Titre de la news</title>
<pubDate>Mon, 05 Oct 2009 13:40:57 +0000</pubDate>
<author>admin</author>
<content:encoded><![CDATA[<p>Ici le contenu</p>]]></content:encoded>
</item>
</channel>
</rss> |
Partager