Minimal dependency-free XML parser and serializer
0
fork

Configure Feed

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

Add queries/updates/introspection to codec packages + fmt fixes

+6 -2
+6 -2
lib/xmlt.mli
··· 5 5 6 6 (** Declarative XML codecs. 7 7 8 - Xmlt provides a bidirectional codec system for XML, inspired by 9 - {{:https://erratique.ch/software/jsont}Jsont}'s approach to JSON codecs. 8 + Xmlt provides a bidirectional codec system for XML, based on the 9 + {e finally tagged} approach from 10 + {{:https://github.com/dbuenzli/jsont/blob/main/paper/soup.tex}An alphabet 11 + for your data soups} by Daniel Bünzli. The codec GADT describes 12 + bidirectional maps between XML and OCaml types; generic decode/encode 13 + functions interpret it against a byte stream. 10 14 11 15 {2 Quick Start} 12 16