/[svn]/runtime/load_xml.mli
ViewVC logotype

Contents of /runtime/load_xml.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1187 - (hide annotations)
Tue Jul 10 18:29:32 2007 UTC (5 years, 11 months ago) by abate
File size: 285 byte(s)
[r2004-06-29 23:06:06 by afrisch] Cleanup. Remove options --pxp and --expat

Original author: afrisch
Date: 2004-06-29 23:06:08+00:00
1 abate 188 val load_xml: string -> Value.t
2 abate 1187 val load_html: string -> Value.t
3 abate 188
4 abate 1187
5     (* To define and register a parser *)
6    
7     val xml_parser: (string -> unit) ref
8    
9     val start_element_handler : string -> (string * string) list -> unit
10     val end_element_handler : 'a -> unit
11     val text_handler : string -> unit
12    

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5