I've made an rss feed for an podcast yet when i submit it into the iTunes store directory it gives me an error that the host parameter is null and they had problems to read it.
Here's the feed code:
<?xml version="1.0" encoding="UTF-8" ?> <rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"> <channel> <title>The Cappuccino Breeze: Monthly Tips</title> <link>http://www.theyppublishing.com/podcast/howtofeed.xml</link> <description>Business tips on how to use various software and computer applications</description> <language>en-us</language> <copyright>The YP Publishing</copyright> <itunes:subtitle>A show that gives you monthly tips.</itunes:subtitle> <itunes:author>Yvonne Wu</itunes:author> <itunes:summary>A show that gives you monthly tips.</itunes:summary> <description>A show that gives you monthly tips.</description> <itunes:owner> <itunes:name>Yvonne Wu</itunes:name> <itunes:email>info@theyppublishing.com</itunes:email> </itunes:owner> <image> <url>http://www.theyppublishing.com/podcast/HowToVideo.jpg"</url> <width>100</width> <height>86</height> <title>The Cappuccino Breeze: Monthly Tips</title> <link>http://www.theyppublishing.com</link> </image> <itunes:category text="Technology"> <itunes:category text="Software How-To"/> </itunes:category> <itunes:category text="TV & Film"/> <itunes:link rel="image" type="video/jpeg" href="http://www.theyppublishing.com/podcast/HowToVideo.jpg">The Cappuccino Breeze: Monthly Tips</itunes:link> <item> <title>How To Upload An Youtube Video</title> <itunes:author>Yvonne Wu</itunes:author> <itunes:subtitle>The Title Says It All</itunes:subtitle> <itunes:summary>This time we are gonna to teach you on how to upload an youtube video.</itunes:summary> <enclosure url="http://www.theyppublishing.com/podcast/final.mp4" length="8727310" type="video/mp4" /> <guid>http://www.theyppublishing.com/podcast/final.mp4</guid> <pubDate>Wed, 28 Jan 2009 19:00:00 GMT</pubDate> <itunes:duration>4:20</itunes:duration> <itunes:keywords>the, yp, publishing, youtube, upload, video</itunes:keywords> </item> </channel> </rss>
Any suggestions to fix it?
Thanks,
Cyrus Kafai Wu
P.S. I barely know any xml so yeah.
