KristenB 0 Posted January 10, 2007 Report Share Posted January 10, 2007 On this page: http://w3schools.com/rss/rss_syntax.aspThere is a section of text that reads:The <channel> element has three required child elements: * <title> - Defines the title of the channel (e.g. W3Schools Home Page) * <link> - Defines the hyperlink to the channel (e.g. http://www.w3schools.com) * <description> - Describes the channel (e.g. Free web building tutorials)Each <channel> element can have one ore more <item> elements.Each <item> element defines an article or "story" in the RSS feed.The <item> element has three required child elements: * <title> - Defines the title of the item (e.g. RSS Tutorial) * <link> - Defines the hyperlink to the item (e.g. http://www.w3schools.com/rss) * <description> - Describes the item (e.g. New RSS tutorial on W3Schools)Finally, the two last lines close the <channel> and <rss> elements.---I believe that what I've emphasized, should be "or," not "ore." :-DCorrect me if I'm wrong. Quote Link to post Share on other sites
vchris 3 Posted January 10, 2007 Report Share Posted January 10, 2007 Looks like it. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.