XML News from Friday, February 13, 2004

Daniel Veillard has released version 2.6.6 of libxml2, the open source XML C library for Gnome. This release fixes a potentially serious buffer overflow error. All users should upgrade.


The Apache Project has released Cocoon 2.1.4, an open source "web development framework built around the concepts of separation of concerns and component-based web development. Cocoon implements these concepts around the notion of 'component pipelines', each component on the pipeline specializing on a particular operation. This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines without any required programming." Cocoon can assemble data from many sources including filesystems, SQL databases, LDAP, native XML databases, and SAP. It can customize the output to generate HTML, WML, PDF, SVG, and RTF from the same inputs. Processes it supports include XSL transformation and XInclude resolution. Cocoon can run as a servlet inside an existing web server or standalone through a commandline interface. 2.1.4 is primarily a bug fix release.


Ernst de Haan has posted xmlenc 0.42, an open source library for streaming XML output. It's marginally more convenient than System.out.println(). This release improves verification of well-formedness.