op.rssToOutline

Syntax op.rssToOutline (xmlText, adrOutline, url = "")

Params xmlText is a string containing RSS text.

adrOutline is the address of the outline to create.

url, an optional string, specifies the source of the RSS text.

Action Generates an outline from RSS text.

Returns The address of the outline.

Examples local (url = "http://www.fool.com/xml/foolnews_rss091.xml");local (s = tcp.httpReadUrl (url));op.rssToOutline (s, @temp.rssOutline, url)

   » @system.temp.rssOutline

Notes This verb is new in Frontier 7.

See Also op.xmlToOutline

op.listToOutline

op.readHeadFile

Discuss