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

18 lines
678 B
XML

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>Missing source element: <code>foo</code></p>
</div>
<div id='explanation'>
<p>atom:source elements SHOULD include at least the required
feed-level Metadata elements (atom:id, atom:title, and atom:updated)
in the atom:source element.</p>
</div>
<div id='solution'>
<p>This may just be a typo. Element names are case-sensitive; make sure you're using the right case.</p>
<p>Otherwise, insert the value of these elements as they appear in the source
feed. Additionally, consider dong the same for any child atom:author,
atom:contributor, atom:rights, and atom:category elements.</p>
</div>
</div>
</fvdoc>