mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
25 lines
796 B
XML
25 lines
796 B
XML
<fvdoc>
|
|
<div xmlns='http://www.w3.org/1999/xhtml'>
|
|
<div id='message'>
|
|
<p>Missing recommended iTunes <code>foo</code> element: <code>bar</code></p>
|
|
</div>
|
|
<div id='explanation'>
|
|
<p>In order to submit your feed to iTunes, there are a number of elements
|
|
which should be present, including <language>, <itunes:category>,
|
|
and <itunes:explicit>.</p>
|
|
<p>If you are including iTunes elements in your Atom feed, add an
|
|
<code>xml:lang</code> attribute to the <code>feed</code> element to satisfy
|
|
the language requirement.</p>
|
|
<blockquote>
|
|
<pre>
|
|
<feed xmlns='http://www.w3.org/2005/Atom'
|
|
xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd'
|
|
xml:lang='en-US'>
|
|
</pre>
|
|
</blockquote>
|
|
</div>
|
|
<div id='solution'>
|
|
<p>Consider adding the recommended element.</p>
|
|
</div>
|
|
</div>
|
|
</fvdoc>
|