3c6bf8b839
This is needed as a dependency for ocsigenserver.
7 lines
267 B
Text
7 lines
267 B
Text
Xml Light is a minimal Xml parser & printer for OCaml.
|
|
It provides a few functions to parse a basic Xml document into
|
|
an OCaml data structure and to print back the data structures
|
|
to an Xml document.
|
|
|
|
Xml Light also has support for DTDs (Document Type Definitions).
|
|
|