mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
9 lines
335 B
Plaintext
9 lines
335 B
Plaintext
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 which are called by the parser during
|
|
the processing of the document, handling the document elements or text.
|