CowCamel on the Web (CoW) library.
This library includes module aliases for various useful Web formats such as XML, XHTML, JSON, Markdown and Atom. In many cases, you can also use the constitutent libraries directly.
module Xml : sig ... endXML combinators.
module Json : sig ... endJSON (JavaScript Object Notation) library
module Markdown : sig ... endMarkdown library
module Html : sig ... end(X)HTML library
module Xhtml : sig ... endXHTML entity support
module Atom : sig ... endThe Atom Syndication format. See RFC4287 for the full specification.