File: parse.mli

package info (click to toggle)
netclient 0.90.4-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,228 kB
  • ctags: 809
  • sloc: ml: 6,369; sh: 495; makefile: 245
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 *)