package SZXX
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module SAX.Expert
Source
For those who want finer-grained control and want to parse (using Angstrom) and fold (using this module) by hand.
Source
type partial = {
tag : string;
tag_hash : int;
attrs : DOM.attr_list;
text : partial_text list;
children : DOM.element list;
staged : DOM.element list;
}
Assemble a sequence of SAX.node
"events" into a classic XML document