wwHtmlHelpers::HtmlRssFeed

Method that generates an RssFeed as an HTML based element list.

loConfig = CREATEOBJECT("HtmlRssFeedConfig")
loConfig.FeedUrl = "http://feeds.feedburner.com/rickstrahl"

lcOutput = HtmlRssFeed(loConfig)
this.AssertTrue(!EMPTY(lcOutput),"Feed should return HTML result")

this.MessageOut(lcOutput)
o.HtmlRssFeed(loConfig)

Parameters

loConfig
Required - Configuration instance that determines how the feed is rendered.

See also

Class wwHtmlHelpers