mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
22 lines
848 B
XML
22 lines
848 B
XML
![]() |
<fvdoc>
|
||
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
||
|
<div id='message'>
|
||
|
<p>A <code>channel</code> should not include both <code>foo</code> and <code>bar</code></p>
|
||
|
</div>
|
||
|
<div id='explanation'>
|
||
|
<p>Your <code>channel</code> contains two elements which mean the same thing. This can occur in RSS 2.0 when you mix core elements and namespace elements. This can confuse news aggregators and RSS parsers, since there are no universally accepted rules about which element takes precedence.</p>
|
||
|
|
||
|
<p>Examples of <code>channel</code> elements that mean the same thing:</p>
|
||
|
|
||
|
<p><samp>language</samp> and <samp>dc:language</samp></p>
|
||
|
|
||
|
<p><samp>copyright</samp> and <samp>dc:copyright</samp></p>
|
||
|
|
||
|
<p><samp>generator</samp> and <samp>admin:generatorAgent</samp></p>
|
||
|
</div>
|
||
|
<div id='solution'>
|
||
|
<p>Remove one of the redundant elements.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</fvdoc>
|