wwHtmlHelpers::HtmlRssFeed

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

foxpro
foxpro
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, 2025 • Updated: 2025-03-12
Comment or report problem with topic