1(** GPX streaming writer using xmlm *)23(** Write a GPX document to an xmlm output destination *)4valwrite:?validate:bool->Xmlm.dest->Doc.t->(unit,Error.t)result56(** Write a GPX document to a string *)7valwrite_string:?validate:bool->Doc.t->(string,Error.t)result