package xml-light

  1. Overview
  2. Docs
Xml-Light is a minimal XML parser & printer for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

xml-light-2.5.tbz
sha256=f58c2b3db70ad1ba080b0d306ae32f82ccbb95dabb92c599cdc467d1e44e003d
sha512=fec6b83f8342a37bdad0fc745032f1faa57b359365ab53c2376fb031613a83a3139766f2d646a9b9b8d67da25252f2499a03de4caaef7bd8738f9b183ef84b6e

doc/xml-light/Xml_parser/index.html

Module Xml_parserSource

Sourcetype token =
  1. | NEXT
  2. | OR
  3. | IDENT of string
  4. | PCDATA
  5. | STAR
  6. | QUESTION
  7. | PLUS
  8. | OPEN
  9. | CLOSE
  10. | END
OCaml

Innovation. Community. Security.