doc/us/index.html

changeset 20
1506d4582d44
parent 6
51b85d631863
child 23
c33ee6e3ef5f
equal deleted inserted replaced
19:10c30b63873a 20:1506d4582d44
64 <p>LuaExpat is free software and uses the same <a href="license.html">license</a> 64 <p>LuaExpat is free software and uses the same <a href="license.html">license</a>
65 as Lua 5.1.</p> 65 as Lua 5.1.</p>
66 66
67 <h2><a name="status"></a>Status</h2> 67 <h2><a name="status"></a>Status</h2>
68 68
69 <p>Current version is 1.2.0. It was developed for both Lua 5.0 and Lua 5.1, and has been tested on 69 <p>Current version is 1.3.0. It was developed for both Lua 5.1 and Lua 5.2, and has been tested on
70 Linux, Windows (2000/XP) and MacOS X with Expat 2.0.0.</p> 70 Linux, Windows (XP) and MacOS X with Expat 2.1.0.</p>
71 71
72 <h2><a name="download"></a>Download</h2> 72 <h2><a name="download"></a>Download</h2>
73 73
74 <p>LuaExpat source can be downloaded from its 74 <p>LuaExpat source can be downloaded from its
75 <a href="http://luaforge.net/projects/luaexpat/files">LuaForge</a> 75 <a href="http://luaforge.net/projects/luaexpat/files">LuaForge</a>
77 a Windows binary version of LuaExpat can be found at the LuaForge page.</p> 77 a Windows binary version of LuaExpat can be found at the LuaForge page.</p>
78 78
79 <h2><a name="history"></a>History</h2> 79 <h2><a name="history"></a>History</h2>
80 80
81 <dl class="history"> 81 <dl class="history">
82 <dt><strong>Version 1.3.0</strong> [02/Apr/2014]</dt>
83 <dd>
84 <ul>
85 <li>support for the XmlDecl handler</li>
86 <li>add parser:getcurrentbytecount() (XML_GetCurrentByteCount)</li>
87 <li>ability to disable CharacterData merging</li>
88 </ul>
89 </dd>
90
82 <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt> 91 <dt><strong>Version 1.2.0</strong> [02/Jun/2011]</dt>
83 <dd> 92 <dd>
84 <ul> 93 <ul>
85 <li>support for the StartDoctypeDecl handler</li> 94 <li>support for the StartDoctypeDecl handler</li>
86 <li>add parser:stop() to abort parsing inside a callback</li> 95 <li>add parser:stop() to abort parsing inside a callback</li>
154 </div> <!-- id="main" --> 163 </div> <!-- id="main" -->
155 164
156 <div id="about"> 165 <div id="about">
157 <p><a href="http://validator.w3.org/check?uri=referer"> 166 <p><a href="http://validator.w3.org/check?uri=referer">
158 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 167 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
159 <p><small>$Id: index.html,v 1.45 2007/06/05 21:11:29 carregal Exp $</small></p>
160 </div> <!-- id="about" --> 168 </div> <!-- id="about" -->
161 169
162 </div> <!-- id="container" --> 170 </div> <!-- id="container" -->
163 171
164 </body> 172 </body>

mercurial