op.outlineToXml

Syntax op.outlineToXml (adrOutline, ownerName, ownerEmail)

Params adrOutline is the address of an outline object.

ownerName, an optional string, is the name of the outline's owner. If not supplied, user.prefs.name is used.

ownerEmail, an optional string, is the email address of the outline's owner. If not supplied, user.prefs.mailAddress is used.

Action Generates an XML representation of the outline.

Returns The XML text.

Example A sample script is here.

Notes The XML text conforms to the OPML spec, here.

This verb is new in Frontier 7.

See Also op.xmlToOutline

Discuss