<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:l="http://purl.org/rss/1.0/modules/link">
  <channel>
    <title>my little example feed</title>
    <link>http://www.example.com/</link>
    <description>example tagline</description>
    <language>en</language>
  <item>
    <title>First post</title>
    <l:link l:rel="permalink" l:type="application/xhtml+xml" rdf:resource="http://www.example.com/ENTRY/ALTERNATE/LINK/"/>
    <description>First post!</description>
  </item>
  </channel>
</rss>