|
Posted by johnsonholding@yahoo.com on 02/06/06 14:53
Ok, below is the code from the original script - no closed "Links" and
it works without error. I have tried to close the links and it still
does not work,(error) so I am at a loss.
XML Parsing Error: mismatched tag. Expected: </LINK>.
Location: file:///C:/WINDOWS/Desktop/TMPvthdvg8zi.xml
Line Number 42, Column 40: <LINK>http://www.vicesmagazine.com</link>
---------------------------------------^
I have tried getting a hold of the author, but haven't heard back, so
what gives with this coding?!?!? Here is the original script with no
</link> and no errors either.
---------------------------------------------------------------------------------------------------------------------
<?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>myshowquestions@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>
Navigation:
[Reply to this message]
|