Module I_gdome_xslt


module I_gdome_xslt: sig .. end

type processed_stylesheet 
val setXsltMaxDepth : int -> unit
val processStylesheet : [> `Document ] GdomeT.t -> processed_stylesheet
val applyStylesheet : source:[> `Document ] GdomeT.t ->
stylesheet:processed_stylesheet ->
params:(string * string) list -> TDocument.t
val saveResultToChannel : outchan:Pervasives.out_channel ->
result:TDocument.t -> stylesheet:processed_stylesheet -> unit
val enableErrorCallback : unit -> unit
val disableErrorCallback : unit -> unit
val enableDebugCallback : unit -> unit
val disableDebugCallback : unit -> unit