Description
A SAX-style XML parser for Lua 5.1 based on the Expat library, useful for processing XML streams and documents event by event.
It is XML parsing infrastructure. Developers use it when Lua programs need to read structured XML without loading an entire document into memory at once.