(**************************************************************************) (* The CDuce compiler *) (* Alain Frisch and the CDuce team *) (* Copyright CNRS,INRIA, 2003,2004,2005,2006 (see LICENSE for details) *) (**************************************************************************) type t val create: bool -> t val ppf: t -> Format.formatter val get: t -> string val mark: t -> string -> unit val markup: t -> string -> (Format.formatter -> unit) -> unit val is_html: t -> bool