package yocaml_syndication

  1. Overview
  2. Docs

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

type t

The type describing a TextInput

Creation

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

Projection

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

Innovation. Community. Security.