xmerl_eventp
Module Summary
Simple event-based front-ends to xmerl_scan for processing
of XML documents in streams and for parsing in SAX style.
DATA TYPES
stream(Fname::string(), Options::option_list()) -> {xmlElement(), list()} | {error, Reason::term()}
stream_sax(Fname, CallBack::CallBackModule, UserState, Options) -> xmlElement()
Parse file containing an XML document as a stream, SAX style. Wrapper for a call to the XML parser xmerl_scan with a continuation_fun for handling streams of XML data. Note that the continuation_fun, acc_fun, fetch_fun, rules, hook_fun, close_fun and user_state options cannot be user defined using this parser.