README

changeset 20
1506d4582d44
parent 9
5dfed844930e
child 25
8c3a5b827e48
equal deleted inserted replaced
19:10c30b63873a 20:1506d4582d44
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.2.0. It was developed for both Lua 5.0 and Lua 5.1, 11 Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2,
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 (XP) and MacOS X with Expat 2.1.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.3.0 [04/Apr/2014]
22
23 * support for the XmlDecl handler
24 * add parser:getcurrentbytecount() (XML_GetCurrentByteCount)
25 * ability to disable CharacterData merging
20 26
21 Version 1.2.0 [02/Jun/2011] 27 Version 1.2.0 [02/Jun/2011]
22 28
23 * support for the StartDoctypeDecl handler 29 * support for the StartDoctypeDecl handler
24 * add parser:stop() to abort parsing inside a callback 30 * add parser:stop() to abort parsing inside a callback

mercurial