package csvfields
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=17095c85af6d0cbc18de46f60a28a29016675d273e9c89f38c2f4c10d0d08fc7
doc/csvfields/Csvfields/Xml/index.html
Module Csvfields.Xml
Source
Automatic conversion of OCaml field types into XML. This is used for excel communication functions
Abstract representation of the xml type
The functions provided by the with xml camlp4 extension, and that need to be provided in a hand made conversion to be used by the extension.
Thread safe provided each thread uses a different Parser_state.t
XSD definition functions
Standard wrapping to generate the necessary namespaces that are used in the automated conversions
Restriction generation
Helper functions to create the conversion functions by hand
Creating an internal element in the xml tree
Conversion functions used by the camlp4 extension. Not to be used by hand
Converstion functions used for excaml... macs should be upgraded to use this val list_xml : ('a -> xml list) -> 'a list to_xml