NewsBlur/vendor/feedvalidator/demo/docs-xml/warning/MissingItunesElement.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 &lt;language&gt;, &lt;itunes:category&gt;,
and &lt;itunes:explicit&gt;.</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>
&lt;feed xmlns='http://www.w3.org/2005/Atom'
xmlns:itunes='http://www.itunes.com/dtds/podcast-1.0.dtd'
xml:lang='en-US'&gt;
</pre>
</blockquote>
</div>
<div id='solution'>
<p>Consider adding the recommended element.</p>
</div>
</div>
</fvdoc>