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