(* emit_xml.mli *)
(** Element-per-field XML. Attributes carry identity only (rite, year, date);
everything else is an element, and there is no mixed content -- so a
consumer's XPath never has to distinguish the two. Shape pinned by
schema/colitur-v1.xsd. *)
val escape : string -> string
val year : Template.value -> string