Share

The D framework

File Release Notes and Changelog

Release Name: D Framework 0.1.3

Notes:
XML Library is working now. Also an example is added too. The XML library is still premature. It still doesn't provide all expat functionality.

Changes: In xml_imp.d: XML_Char is changed from wchar to char. In xml.d: All wchar types are changed to char. An example for processing XML file is added.