Parent Directory
|
Revision Log
[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 |