README

changeset 0
24d141cb2d1e
child 5
4570d6616c99
equal deleted inserted replaced
-1:000000000000 0:24d141cb2d1e
1 LuaExpat (http://www.keplerproject.org/luaexpat/)
2 -------------------------------------------------
3
4 Overview
5
6 LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free
7 software and uses the same license as Lua 5.1.
8
9 Status
10
11 Current version is 1.1.0. It was developed for both Lua 5.0 and Lua 5.1,
12 and has been tested on Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.
13
14 Download
15
16 LuaExpat source can be downloaded from its LuaForge page. If you are using
17 LuaBinaries a Windows binary version of LuaExpat can be found at the LuaForge page.
18
19 History
20
21 Version 1.1.0 [05/Jun/2006]
22
23 * adapted to work on both Lua 5.0 and Lua 5.1
24 * updated to Expat 2.0.0
25
26 Version 1.0.2 [23/Mar/2006]
27
28 * minor bugfix, lom correct module name is lxp.lom
29
30 Version 1.0.1 [06/Jun/2005]
31
32 * minor changes for compatibility with Expat version 1.95.8
33
34 Version 1.0 [2/Dec/2004]
35 Version 1.0 Beta [4/Apr/2004]
36 Version 1.0 Alpha [10/Dec/2003]
37
38 References
39
40 LuaExpat uses the Expat library. For details on the C API please refer to the article "Using Expat".
41 LuaExpat implements the SAX API.
42
43 Credits
44
45 Version 1.0 was designed by Roberto Ierusalimschy, André Carregal and Tomás Guisasola
46 as part of the Kepler Project which holds its copyright. The implementation was coded
47 by Roberto Ierusalimschy, based on a previous design by Jay Carlson.
48
49 LuaExpat development was sponsored by Fábrica Digital and FINEP.
50
51 Contact
52
53 For more information please contact us (info at keplerproject dot org). Comments are welcome!
54 You can also reach other Kepler developers and users on the Kepler Project mailing list.
55
56 $Id: README,v 1.2 2007/06/05 20:03:12 carregal Exp $

mercurial