Module Eliom_content_core.XmlSource
Sourcemodule W :
Xml_wrap.T
with type 'a t = 'a
and type 'a tlist = 'a list
and type (-'a, 'b) ft = 'a -> 'b Sourceval uri_of_fun : (unit -> string) -> uri Sourcetype 'a list_wrap = 'a list Sourcetype econtent = private | Empty| EncodedPCDATA of string| PCDATA of string| Entity of string| Leaf of ename * attrib list| Node of ename * attrib list * elt list