this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 275 B view raw
1(** GPX streaming parser using xmlm *) 2 3(** Parse a GPX document from an xmlm input source *) 4val parse : ?validate:bool -> Xmlm.input -> (Doc.t, Error.t) result 5 6(** Parse a GPX document from a string *) 7val parse_string : ?validate:bool -> string -> (Doc.t, Error.t) result