NewsBlur/vendor/feedvalidator/demo/docs-xml/warning/MissingGuid.xml

22 lines
1 KiB
XML

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>item</code> should contain a <code>guid</code> element</p>
</div>
<div id='explanation'>
<p>It's recommended that you provide the guid, and if possible make
it a permalink. This enables aggregators to not repeat items, even if there
have been editing changes.</p>
<p>A frequently asked question about &lt;guid&gt;s is how do they
compare to &lt;link&gt;s. Aren't they the same thing? Yes, in some
content systems, and no in others. In some systems, &lt;link&gt; is a
permalink to a weblog item. However, in other systems, each
&lt;item&gt; is a synopsis of a longer article, &lt;link&gt; points to
the article, and &lt;guid&gt; is the permalink to the weblog entry.</p>
</div>
<div id='solution'>
<p>Add a different, unique, and unchanging
<a href="http://feedvalidator.org/docs/rss2.html#ltguidgtSubelementOfLtitemgt">guid</a> to each item. See <a href="http://scripting.com/rss.xml">scripting.com</a> for an example.</p>
</div>
</div>
</fvdoc>