It parses a feed, retrieves content and embeds it in a page.
Here are some key features of "Displaying an RSS Feed":
· Parses the XML and populates properties with the resulting data
· Displays the title
· Displays the image associated with the feed
· Displays a link to the RSS provider
· Displays the feed description
· Displays the feed items
· The title of the RSS feed
· The copyright information included in the RSS feed
· The description included in the RSS feed
· An instance of an rssImage object (see below)
· An array of newsStory objects (see below)
· The URI of the RSS feed
· The raw XML data obtained from the feed
· A text description of the most recent error encountered
· The maximum number of stories to show (zero = no limit)
· Displays an image from the feed
· The image title, used for ALT attribute
· The URL of the image
· The URL that the image should link to
· The image width in pixels
· The image height in pixels
· Displays the description from an RSS feed item
· The headline associated with the story
· The link to the full story
· A short description, or teaser, of the story
· Date/Time the story was published