summaryrefslogtreecommitdiff
path: root/textproc/lua-expat/DESCR
blob: 118981c06d799f1a0b3f89fa6d50adcef3c83e76 (plain)
1
2
3
4
5
6
7
8
LuaExpat is a XML parser based on the Expat XML parser.
It allows Lua programs to:

- Process a XML document incrementally , thus being able to handle
  huge documents without memory penalties;

- Register handler functions wich are called by the parser during
  the processing of the document, handling the document elements or text.