8d25b13bd5
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.
12 lines
421 B
Text
12 lines
421 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/01/29 23:11:59 poppnk Exp $
|
|
|
|
To use luaexpat in your lua programs you must set this environ variable:
|
|
|
|
LUA_INIT = "loadlib('${PREFIX}/lib/liblualxp.so','luaopen_lxp')();"
|
|
|
|
Examples are installed on:
|
|
|
|
${PREFIX}/share/examples/lua/
|
|
|
|
===========================================================================
|