package yocaml_syndication

  1. Overview
  2. Docs

Module Yocaml_syndication.Text_inputSource

The purpose of the <textInput> element is something of a mystery. You can use it to specify a search engine box. Or to allow a reader to provide feedback. Most aggregators ignore it.

Type

Sourcetype t

The type describing a TextInput

Creation

Sourceval make : title:string -> description:string -> name:string -> link:string -> t

Projection

Sourceval to_rss1 : t -> Xml.node
Sourceval to_rss1_channel : t -> Xml.node
Sourceval to_rss2 : t -> Xml.node
OCaml

Innovation. Community. Security.