package xmlm
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=d012018af5d1948f65404e1cc811ae0eab563b23006416f79b6ffc627966dccb
md5=7e6d3363c2395d84274f1b480e4b6003
Description
Xmlm is a streaming codec to decode and encode the XML data format. It can process XML documents without a complete in-memory representation of the data.
Xmlm is made of a single independent module and distributed under the BSD3 license.
README
Xmlm — Streaming XML codec for OCaml
Release 1.2.0
Xmlm is a streaming codec to decode and encode the XML data format. It can process XML documents without a complete in-memory representation of the data.
Xmlm is made of a single independent module and distributed under the BSD3 license.
Home page: http://erratique.ch/software/xmlm
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>
Installation
Xmlm can be installed with opam
:
opam install xmlm
If you don't use opam
consult the opam
file for build instructions.
Documentation
The documentation and API reference is automatically generated by ocamldoc
from the interfaces. It can be consulted online and there is a generated version in the doc
directory of the distribution.
Sample programs
A test program, xmltrip
, is provided in the test
directory. It can be built with :
ocamlbuild test/xmltrip.native
xmltrip
reads XML files with Xmlm and outputs them back in various ways. It is useful to understand how Xmlm handles documents. xmltrip -help
has more information.
If you need to parse XHTML, the file xhtml.ml
in the test
directory has an OCaml list coupling each XHTML character entity with its corresponding UTF-8 encoded character string. You can use it to program a suitable entity callback.
Dependencies (3)
-
ocamlbuild
build
- ocamlfind
-
ocaml
>= "4.00.0" & < "4.06.0"
Dev Dependencies
None
Used by (42)
- 0install
-
archetype
>= "1.2.5"
-
aws
< "1.0.0"
- awsm
- awsm-codegen
- biocaml
-
cow
>= "0.6.0"
-
devkit
< "0.6"
- doc-ock-html
- doc-ock-xml
-
erssical
< "1.1.0"
- ezxmlm
-
forester
< "2.4"
-
gapi-ocaml
< "0.4.1"
- igvxml
- lablgtk-extras
- libres3
- obus
- ocamlrss
-
odoc
< "1.3.0"
- oepub
- osm_xml
-
owi
>= "0.2"
-
piqi
< "0.7.0"
- piqilib
- polyglot
-
rdf
< "0.13.0"
-
rpc
< "5.9.0"
- rpclib
- sitemap
-
stog
< "0.16.0"
- syndic
-
tgls
>= "0.8.6"
- uucd
- xapi-idl
- xapi-libs-transitional
-
xapi-rrd
>= "1.0.1"
- xen-api-client
- xlsx2csv
-
xmldiff
< "0.6.0"
- xmlplaylist
-
xtmpl
< "0.13.0"
Conflicts
None