|
Posted by johnsonholding@yahoo.com on 02/06/06 19:18
The coding I just sent is the original. It is from Creative Cow
podcast tutorial. As far as a capital LINK, it is nowhere in the code,
just in the error that I get. Cut and paste that code into notepad and
save it and you will see that it works as is - even without the </link>
tags, but when I tried to change it (like my first post), I get the
error. This is why I find XML so frustrating...
Here is the original code again :
<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:itunes="http://www.itunes.com/DTDs/Podcast-1.0.dtd"
version="2.0">
<channel>
<title>MyPodcastProduction.net</title>
<link>http://www.my-podcast-prodcution.net
<description>The Podcast for Everyone</description>
<language>en-us</language>
<category>Technology</category>
<itunes:category text="Technology">
<itunes:category text="Computers">
</itunes:category>
<itunes:category text="Technology">
<itunes:category text="Gadgets">
</itunes:category>
<itunes:explicit>No</itunes:explicit>
<itunes:summary>The Podcast for Everyone. </itunes:summary>
<itunes:subtitle>Featuring interviews reviews, news and much
more.</itunes:subtitle>
<itunes:author>John Smith</itunes:author>
<itunes:owner>
<itunes:email>myshowquesti...@ggmailbox.net</itunes:email>
<itunes:name>MyPodcastProduction.net</itunes:name>
</itunes:owner>
<itunes:image
href="http://www.my-podcast-prodcution.net/podcast/logo.jpg">Podcast
Image</itunes:image>
<itunes:keywords>news, technology, business,
animation</itunes:keywords>
<item>
<title>Episode #020 - March 22, 2006</title>
<link>http://www.my-podcast-prodcution.net
<description>Episode 020 - Special Episode with Breaking
News</description>
<author>John Smith</author>
<pubDate>Thurs, 22 March 2005 17:15:00 -0700</pubDate>
<itunes:category text="Technology">
</itunes:category>
<itunes:explicit>No</itunes:explicit>
<itunes:keywords>audio,digital,3D,DVD,motion
graphics</itunes:keywords>
<itunes:author>John Smith</itunes:author>
<itunes:duration>1:03:28</itunes:duration>
<enclosure url="http://www.my-podcast-prodcution.net/show20.mp3"
length="104458" type="audio/mpeg"></enclosure>
</item>
<item>
<title>Episode #021 - March 23, 2006</title>
<link>http://www.my-podcast-prodcution.net
<description>Episode 021 - Special Episode with More
News</description>
<author>John Smith</author>
<pubDate>Fri, 23 March 2005 17:15:00 -0700</pubDate>
<itunes:category text="Technology">
</itunes:category>
<itunes:explicit>No</itunes:explicit>
<itunes:keywords>audio,digital,3D,DVD,motion
graphics</itunes:keywords>
<itunes:author>John Smith</itunes:author>
<itunes:duration>1:07:14</itunes:duration>
<enclosure url="http://www.my-podcast-prodcution.net/show21.mp3"
length="204358" type="audio/mpeg"></enclosure>
</item>
<item>
<title>Episode #020 - March 22, 2006</title>
<link>http://www.my-podcast-prodcution.net
<description>Episode 020 - Special Episode with Breaking
News</description>
<author>John Smith</author>
<pubDate>Thurs, 22 March 2005 17:15:00 -0700</pubDate>
<itunes:category text="Technology">
</itunes:category>
<itunes:explicit>No</itunes:explicit>
<itunes:keywords>audio,digital,3D,DVD,motion
graphics</itunes:keywords>
<itunes:author>John Smith</itunes:author>
<itunes:duration>1:03:28</itunes:duration>
<enclosure url="http://www.my-podcast-prodcution.net/show20.mp3"
length="104458" type="audio/mpeg"></enclosure>
</item>
</channel>
</rss>
Andy Dingley wrote:
> hywel.jenkins@gmail.com wrote:
> > In your code above, where is the opener for </link>? I can see a tag
> > called <LINK>, but not one called <link>. They're different.
>
> Some podcast clients are case-insensitive re: tag names.
>
> Yes, bogus as anything, but there you go.... 8-(
[Back to original message]
|