RSS Help

Discussion in 'HTML & Website Design' started by alexme, Aug 19, 2008.

  1. #1
    Does anyone see any problem with the following and the filename being lyricsrss.html?

    <?xml version="1.0" encoding="UTF-8" ?>
    <rss version="2.0">
    
    <channel>
    <title>Top Song Lyrics</title>
    <description>The Top Song Lyrics RSS Feed displays all recently added song lyrics.</description>
    <link>http://www.top-song-lyrics.com</link>
    
    <item>
    <title>Alicia Keys - No One</title>
    <description>Song lyrics for Alicia Keys - No One, released in 2008.</description>
    <link>http://www.top-song-lyrics.com/alicia-keys_no-one.html</link>
    </item>
    
    <item>
    <title>Basshunter ft. DJ Mental Theo's Bazzheadz - Now You're Gone</title>
    <description>Song lyrics for Basshunter ft. DJ Mental Theo's Bazzheadz - Now You're Gone, released in 2008.</description>
    <link>http://www.top-song-lyrics.com/basshunter_now-you're-gone.html</link>
    </item>
    
    <item>
    <title>Coldplay - Viva La Vida</title>
    <description>Song lyrics for Coldplay - Viva La Vida, released in 2008.</description>
    <link>http://www.top-song-lyrics.com/coldplay_viva-la-vida.html</link>
    </item>
    
    </channel>
    </rss>
    
    Code (markup):
    I get an error when I load up the page, I can't provide it right now but I'm just curious if anyone can see any immediate issues with it... Thanks!
     
    alexme, Aug 19, 2008 IP