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

Contents of /runtime/load_xml.mli

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1560 - (hide annotations)
Tue Jul 10 19:02:51 2007 UTC (5 years, 10 months ago) by abate
File size: 297 byte(s)
[r2005-03-15 23:31:43 by afrisch] Namespaces bindings in data model

Original author: afrisch
Date: 2005-03-15 23:31:45+00:00
1 abate 1560 val load_xml: ?ns:bool -> 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 abate 1529 val xml_parser: (string -> unit) ref
8 abate 1187
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