module Xmlerr_tree:sig..end
Convert to a Tree structure
typeattr =string * string
(attr_name, attr_val)
typeattrs =attr list
type tree =
| |
CTag of |
(* | rec Sub_t | *) |
| |
CData of |
(* | PCData | *) |
| |
CComm of |
(* | Comments | *) |
val dump_tree : Xmlerr.t list -> tree listconverts a tag list into a tree structure
val test_data : tree list
val print_tree : tree -> unit
val print_trees : tree list -> unit
val is_balanced : Xmlerr.t list -> bool
val test_data_in : Xmlerr.t list