Arabica Changelog

What's new in Arabica November 2012

Nov 29, 2012
  • DOM:
  • Expand entity references
  • getLineNumber/getColumnNumber return size_t
  • handle [dtd] pseudo-entity correctly
  • various, mostly obscure, DOM conformances fixes
  • XSLT:
  • XSLT engine is now, like the rest of Arabica, parameterised on string type
  • Build and installation:
  • Solution and project files for Visual Studio 2012 are provided
  • Donated CMake build files included

New in Arabica November 2010 (Oct 25, 2010)

  • This version contains incremental improvements to Arabica's XSLT processor, along with assorted bug fixes.

New in Arabica October 2008 (Oct 20, 2008)

  • Taggle, a port of John Cowan's TagSoup package, was added.
  • Taggle parses HTML as found in the wild, generating a well-formed stream of SAX events.
  • The Taggle interface is identical to Arabica's XML parser, allowing HTML to be processed with XML tools.