Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Error : sig ... end
type icon = Uri.t
type logo = Uri.t
type rights = text_construct
type title = text_construct
type subtitle = text_construct
type content =
| Text of string
| Html of string
| Xhtml of Syndic_xml.t list
| Mime of mime * string
| Src of mime option * Uri.t
type summary = text_construct
val parse : Xmlm.input -> feed
val to_xml : feed -> Syndic_xml.t
val output : feed -> Xmlm.dest -> unit
val unsafe :
Xmlm.input ->
[> `Feed of
[> `Author of
[> `Email of string | `Name of string | `URI of string ] list
| `Category of
[> `Label of string | `Scheme of string | `Term of string ] list
| `Contributor of
[> `Email of string | `Name of string | `URI of string ] list
| `Entry of
[> `Author of
[> `Email of string | `Name of string | `URI of string ] list
| `Category of
[> `Label of string | `Scheme of string | `Term of string ] list
| `Content of
[> `Data of Syndic_xml.t list | `SRC of string | `Type of string ]
list
| `Contributor of
[> `Email of string | `Name of string | `URI of string ] list
| `ID of [> `Data of string ] list
| `Link of
[> `HREF of string
| `HREFLang of string
| `Length of string
| `Rel of string
| `Title of string
| `Type of string ]
list
| `Published of [> `Date of string ] list
| `Rights of [> `Data of Syndic_xml.t list ]
| `Source of
[> `Author of
[> `Email of string | `Name of string | `URI of string ] list
| `Category of
[> `Label of string | `Scheme of string | `Term of string ] list
| `Contributor of
[> `Email of string | `Name of string | `URI of string ] list
| `Generator of
[> `Content of string | `URI of string | `Version of string ] list
| `ID of [> `Data of string ] list
| `Icon of [> `URI of string ] list
| `Link of
[> `HREF of string
| `HREFLang of string
| `Length of string
| `Rel of string
| `Title of string
| `Type of string ]
list
| `Logo of [> `URI of string ] list
| `Rights of [> `Data of Syndic_xml.t list ]
| `Subtitle of [> `Data of Syndic_xml.t list ]
| `Title of [> `Data of Syndic_xml.t list ]
| `Updated of [> `Date of string ] list ]
list
| `Summary of [> `Data of Syndic_xml.t list ]
| `Title of [> `Data of Syndic_xml.t list ]
| `Updated of [> `Date of string ] list ]
list
| `Generator of
[> `Content of string | `URI of string | `Version of string ] list
| `ID of [> `Data of string ] list
| `Icon of [> `URI of string ] list
| `Link of
[> `HREF of string
| `HREFLang of string
| `Length of string
| `Rel of string
| `Title of string
| `Type of string ]
list
| `Logo of [> `URI of string ] list
| `Rights of [> `Data of Syndic_xml.t list ]
| `Subtitle of [> `Data of Syndic_xml.t list ]
| `Title of [> `Data of Syndic_xml.t list ]
| `Updated of [> `Date of string ] list ]
list ]