<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>foo</code> should not have text (all data is in attributes)</p>
</div>
<div id='explanation'>
<p>You have an old-style <code>link</code> in your Atom feed.</p>
</div>
<div id='solution'>
<p>In Atom 0.3, the format of <code>link</code> changed.  Instead of simply containing an address of a page or resource, it now contains three attributes that describe the type of link, and the MIME type of the linked resource, and the address of the resource.</p>

<p>This was the format in Atom 0.2:</p>

<blockquote><code>&lt;link&gt;http://www.example.com/&lt;/link&gt;</code></blockquote>

<p>This is the new format in Atom 1.0 and later:</p>

<blockquote><code>&lt;link href="http://www.example.com/"/&gt;</code></blockquote>

<p>Note: this information only applies to Atom feeds (not RSS feeds).</p>
</div>
</div>
</fvdoc>

