e8d4952ea3
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.
13 lines
426 B
Text
13 lines
426 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2004/04/05 13:57:53 xtraeme Exp $
|
|
|
|
To use luaexpat in your lua programs you must set this environment
|
|
variable:
|
|
|
|
LUA_INIT = "loadlib('${PREFIX}/lib/liblualxp.so','luaopen_lxp')();"
|
|
|
|
Examples were installed on:
|
|
|
|
${PREFIX}/share/examples/lua
|
|
|
|
===========================================================================
|