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

14 lines
713 B
XML
Raw Normal View History

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>The specified guid is not sufficiently unique.</p>
</div>
<div id='explanation'>
<p><code>guid</code>s are defined as a <a href="../rss2.html#ltguidgtSubelementOfLtitemgt">globally unique identifier</a>. While small positive integers may be unique locally, they do not sufficiently guarantee uniqueness across the range of all possible weblogs.</p>
</div>
<div id='solution'>
<p>Consider an alternate source for <a href="http://www.webopedia.com/TERM/G/GUID.html">GUID</a>s. Alternately, if the identifier is likely to be sufficiently locally unique, consider concatenating some part of your domain name to it.</p>
</div>
</div>
</fvdoc>