lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Mon, 2003-01-13 at 03:55, Jean Claude Morlier wrote:
> Hi,
> Is there a Lua XML wrapper for XML parsers like xerces or other.
> With full xml functionnalities like schema validation and full 
> characters code set. And capabilities to use DOM and SAX parser.
> 
> @+
> Jean-Claude Morlier
> Quetzal-Developpement

The Monday project (http://monday.sourceforge.net/) contains a Lua 4
wrapper for libxml2 (http://xmlsoft.org).  The libxml2 library has all
of the capabilities you mention, but I only wrapped a subset that was
useful to me.

-Peter S. Housel-  housel@acm.org