xmlm
Xmlm is an OCaml module providing streaming XML input/output. It aims
at making XML processing robust and painless. The streaming interface
can process documents without building an in-memory representation. It
lets the programmer translate its data structures to XML documents and
vice-versa. Functions are provided to easily transform arborescent
data structures to/from XML documents.
[ Homepage ]
| Author: | Daniel Bunzli. |
| Last modification date: | 19-Mar-2012 |
| Version: | 1.1.0 |
| Development status: | Stable |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: BSD |
| Topic: | XML :: Parsers and pretty-printers |
| Homepage: | http://erratique.ch/software/xmlm |