package yocaml_syndication

  1. Overview
  2. Docs

Module Yocaml_syndication.CategorySource

Conveys information about a category associated with an entry or feed. This specification assigns no meaning to the content (if any) of this element.

Types

Sourcetype t

Helpers

Sourceval make : ?scheme:string -> ?label:string -> string -> t

make ?scheme ?label term constructs an element of t. scheme is used as domain for rss2 and label is discarded.

Sourceval to_atom : t -> Xml.node

Generate an Atom node.

Sourceval to_rss2 : t -> Xml.node

Generate a Rss2 node.

OCaml

Innovation. Community. Security.