Hi,
I am very new to OCaml and know the concept of serialisation of data into structured types from languages like Go and Swift.
I am looking for a library which allows me to serialise XML into data structures.
I‘ve read that ppx_deriving_yojson, ppx_yojson_conv and adt can be used for JSON but I can’t find something similar for XML.