README

changeset 6
51b85d631863
parent 5
4570d6616c99
child 9
5dfed844930e
equal deleted inserted replaced
5:4570d6616c99 6:51b85d631863
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.1. It was developed for both Lua 5.0 and Lua 5.1, 11 Current version is 1.2.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. 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 20
21 Version 1.1.1 [02/Jun/2011] 21 Version 1.2.0 [02/Jun/2011]
22 22
23 * support for the StartDoctypeDecl handler 23 * support for the StartDoctypeDecl handler
24 * add parser:stop() to abort parsing inside a callback 24 * add parser:stop() to abort parsing inside a callback
25 25
26 Version 1.1.0 [05/Jun/2006] 26 Version 1.1.0 [05/Jun/2006]

mercurial