<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p><code>guid</code> must be a full URL, unless isPermaLink attribute is false</p>
</div>
<div id='explanation'>
<p>By default, the <code>guid</code> element specifies a permanent link for an
item, the value must be a full URL (for example, starting with
"<code>http://</code>").</p>
<p>URIs (such as <code>tag:</code> URIs), as opposed to URLs, only identify,
not locate, items, and are not suitable for permalinks.</p>
</div>
<div id='solution'>
<p>If you are using the <code>guid</code> element as a permanent link, make sure
the value is a full URL, that could be followed directly in a browser.</p>

<p>If you are using the <code>guid</code> element simply as a unique identifier
(and not a link to the item), then the value can be whatever you want, but you
must include the attribute <code>isPermaLink="false"</code> in the
<code>guid</code> tag.</p>

<p>These are valid <code>guid</code>s:</p>

<ul>
<li><samp>&lt;guid&gt;http://www.example.com/archives/000054.html&lt;/guid&gt;</samp></li>
<li><samp>&lt;guid isPermaLink="false"&gt;article 54 at example.com&lt;/guid&gt;</samp></li>
<li><samp>&lt;guid isPermaLink="false"&gt;tag:blogger.com,1999:blog-555&lt;/guid&gt;</samp></li>
</ul>
</div>
</div>
</fvdoc>
