[][src]Crate opml

Structs

Body

A

contains one or more elements.
Head

A contains zero or more optional elements.

OPML

is an XML element, with a single required attribute, version; a element and a

element, both of which are required.
Outline

An is an XML element containing at least one required attribute, text, and zero or more additional attributes. An may contain zero or more sub-elements. No attribute may be repeated within the same element.