Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A Person construct is an element that describes a person, corporation, or similar entity.
val make : ?uri:string -> ?email:string -> string -> t
make ?uri ?email name
constructs an element of type t
.
val to_atom :
?ns:string ->
?attr:Xml.Attr.t list ->
name:string ->
t ->
Xml.node
Generate an Atom node.
val to_rss2 : t -> string
Generate a string representation of the person.