Documentation
¶
Overview ¶
Package opml implements functions capable of parsing opml files containing a list of feed subscriptions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Opml ¶
type Outline ¶
type Outline struct { Type string `xml:"type,attr,omitempty"` Text string `xml:"text,attr,omitempty"` XMLURL string `xml:"xmlUrl,attr,omitempty"` // description is the top-level description element from the feed. Description string `xml:"description,attr,omitempty"` // htmlUrl is the top-level link element. HTMLURL string `xml:"htmlUrl,attr,omitempty"` // language is the value of the top-level language element. Language string `xml:"language,attr,omitempty"` // title is probably the same as text, it should not be omitted. title // contains the top-level title element from the feed. Title string `xml:"title,attr,omitempty"` }
Click to show internal directories.
Click to hide internal directories.