From: Francesco M. <f18...@ya...> - 2005-01-04 18:46:10
|
Hi all, a new release of the wxXml2 wrappers for the libxml2 library has been uploaded to the SF.net servers; I report here some of the basic info taken from the readme: wxXml2 component info --------------------- Component: wxxml2 Release: 2005-1-4 Documents: http://wxcode.sourceforge.net/components/wxscript/index.html wxWidgets: 2.4.x, 2.5.x Maintainer: Francesco Montorsi (frm) Subdir: wxxml2 Description: A simple set of classes, wxXml2Namespace, wxXml2Property, wxXml2Node, wxXml2DTD and wxXml2Document, that interfaces wxWidgets with libxml2. With this component you can add load/save/edit XML support to your wxWidgets application using all the power of a well-known library like libxml2. The full support for DTDs allows you to easily check your XML documents & thus to produce well-formed XML files. Unicode is completely supported as well. By now, these classes wrap only the most important libxml2 features but they are perfectly integrated with wxWidgets and easily extensible since they provide good commented code & doxygen docs. The download link is: https://sourceforge.net/project/showfiles.php?group_id=51305&package_id=45182 Hope this component will be useful. Any feedback is appreciated, Francesco Montorsi |