pugixml 1.0 release
October 31, 2010
pugixml-1.0 is out. This is a major release with lots of fixes/improvements (read the changelog for the details). The most important changes are:
- XPath implementation was considerably improved – variable support was added, exceptions and STL are no longer required for XPath to function, query evaluation performance was improved and several bugs were fixed.
- All deprecated functions and types were removed
- File loading/saving functions can now work with wide character paths
You can download the source package or get the new version from Subversion using the latest tag (http://pugixml.googlecode.com/svn/tags/latest).
2 Comments
leave one →
Good news hereing that load_file() now supports wide char paths. Will try it asap!
It’s working as expected. Great job, thanks!