- Released LXL (Lua XML Library), a major rewrite of xmlToTable.
- Rewrote ErrTest and StringWalk (formerly StringReader), and updated UTF8Tools.
Most of this work happened in June, and it started from a naive attempt to add DOCTYPE parsing to xmlToTable. The existing parser code was not up to the task, so I rewrote it from the ground up with attention paid to the XML spec‘s grammar production rules. ErrTest, UTF8Tools and StringWalk were enhanced along the way.