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

15 lines
818 B
XML

<fvdoc>
<div xmlns='http://www.w3.org/1999/xhtml'>
<div id='message'>
<p>The prefix <code>foo</code> generally is associated with the namespace <code>http://some/other/namespace</code></p>
</div>
<div id='explanation'>
<p>Your feed defines a namespace prefix which is commonly used for a different namespace. This may cause problems with some news aggregators and RSS parsers which are not fully namespace-aware.</p>
<p>Other common errors include differences in case, and insertion or omission
of common punctuation characters at the end of the URI.</p>
</div>
<div id='solution'>
<p>For maximum compatibility with the widest range of news aggregators and RSS parsers, you should use <a href="../../docs/howto/declare_namespaces.html">the standard namespace prefix</a> for each namespace.</p>
</div>
</div>
</fvdoc>