README

changeset 5
4570d6616c99
parent 0
24d141cb2d1e
child 6
51b85d631863
equal deleted inserted replaced
4:a3cc83281bb8 5:4570d6616c99
6 LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free 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. 7 software and uses the same license as Lua 5.1.
8 8
9 Status 9 Status
10 10
11 Current version is 1.1.0. It was developed for both Lua 5.0 and Lua 5.1, 11 Current version is 1.1.1. 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. 12 and has been tested on Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.
13 13
14 Download 14 Download
15 15
16 LuaExpat source can be downloaded from its LuaForge page. If you are using 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. 17 LuaBinaries a Windows binary version of LuaExpat can be found at the LuaForge page.
18 18
19 History 19 History
20
21 Version 1.1.1 [02/Jun/2011]
22
23 * support for the StartDoctypeDecl handler
24 * add parser:stop() to abort parsing inside a callback
20 25
21 Version 1.1.0 [05/Jun/2006] 26 Version 1.1.0 [05/Jun/2006]
22 27
23 * adapted to work on both Lua 5.0 and Lua 5.1 28 * adapted to work on both Lua 5.0 and Lua 5.1
24 * updated to Expat 2.0.0 29 * updated to Expat 2.0.0
50 55
51 Contact 56 Contact
52 57
53 For more information please contact us (info at keplerproject dot org). Comments are welcome! 58 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. 59 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