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

© West Wind Technologies, 1996-2024 • Updated: 10/26/18
Comment or report problem with topic