File: parse.mli

package info (click to toggle)
ocamlnet 4.1.9-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 54,024 kB
  • sloc: ml: 151,939; ansic: 11,071; sh: 2,003; makefile: 1,310
file content (5 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (12)
1
2
3
4
5
val parse_string : string -> Html.document list
  (* Parses the HTML document from a string and returns it *)

val parse_file : string -> Html.document list
  (* Parses the HTML document from a file and returns it *)