IOF XML 3.0
Covers CompetitorList, EntryList, StartList, CourseData, ResultList, and EventList document types.
let xml = "<EntryList>...</EntryList>"
switch IofXml.EntryList.parse(xml) {
| Ok(entryList) => Console.log(entryList)
| Error(msg) => Console.error(msg)
}