op.xmlToOutline

Syntax op.xmlToOutline (xmlText, adrOutline, flNewOutline = true)

Params xmlText is XML-formatted text conforming to the OPML spec, here.

adrOutline is the address of an outline object, that's to receive the outline.

flNewOutline is a boolean, an optional parameter, indicating whether a new outline is to be created (true) or if the outline is to be added to an already-existing outline.

Action Parses the XML text, turning it into an outline object.

Returns True.

Example A sample script is here.

Notes This verb is new in Frontier 7.

See Also op.outlineToXml

op.rssToOutline

Discuss