XML News from Monday, November 12, 2007

Code Synthesis has released XSD/e 2.0.0, a free-as-in-speech (GPL) C++ schema validating XML parser for embedded environments. According to Boris Kolpackove, "This release adds the new Embedded C++/Serializer mapping which generates validating serializer skeletons for data types defined in XML Schema. These skeletons can then be implemented to serialize application data to XML. In comparison to the traditional, tree-like data binding model, the C++/Serializer mapping allows you to create large XML documents that would not fit into memory, perform stream- oriented serialization, and use your own in-memory representation as a data source."