mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-19 21:08:25 +00:00
13 lines
588 B
XML
13 lines
588 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>Missing namespace for <code>foo</code></p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>While the Atom specification permits elements from other vocabularies ("foreign markup"), this element does not specify a namespace so there effectively is no way for consumers of this feed to determine the vocabulary for this element.</p>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Either add the appropriate <code>xmlns</code> attribute on this element, or enclose this element with another element that is in a namespace.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|