1.

Solve : RSS Feed (XML Help)!!!!!?

Answer»

can some1 HELP me with this problem. i can get my image to display in my rss feed. heres my code.
Code: [SELECT]<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>Amrykid's Feed</title>
  <DESCRIPTION>Amrykid's News Feed, here you will be up to date with all the info about Amrykids apps and other news such as "Windows XP" and more!
  <image><url>http://www.fileden.com/files/2007/9/3/1406769/150px-Windows_Vista_Orb.png"</url></image>
  </description>
  <link>http://amrykid.wetpaint.com</link>
  <item>
    <title>First Episode</title>
    <description>My First Episode is about before we go back to school and Windows Vista. Windows Vista is Microsoft's Latest Operating System with a advanced GUI. Tomorrow is most ppl go back to school and its not fair, RIGHT....? wrong!!!!!! We have to do this becuase if we dont, well be like ed for "ed, edd n eddy".  SEE you next tomorrow!!!! </description>
  <image>
    <url>http://www.fileden.com/files/2007/9/3/1406769/150px-Windows_Vista_Orb.png"</url>
    <width>100</width>
    <height>100</height>
  </image>
    <link>http://alexmr5555.spaces.live.com</link>
  </item>
  <item>
    <title>Feed is under conctruction</title>
    <description>This feed is being worked on but you may still view it for updated news</description>
  </item>
</channel>
</rss>
There's a couple of things I can see wrong. You need to close your tag before starting the image tag. You should also have and with your . And you have a " in your URI.
Code: [Select]<image>
<title>Some title</title>
<url>http://www.fileden.com/files/2007/9/3/1406769/150px-Windows_Vista_Orb.png</url>
<link>http://amrykid.wetpaint.com</link>
</image>A rss validator can be a useful tool when troubleshooting issues with a feed.
http://validator.w3.org/feed/wow deerpark, you sound like your a master at xml!!!!! thank youFar from it
I do have some experience with XML based languages but very little of it is with RSS.

Is the feed working now btw?



Discussion

No Comment Found