Downloads
pugixml is distributed in source form. You can either download a source distribution or checkout the Subversion repository.
Source distributions
You can download the latest source distribution via one of the following links:
- pugixml-1.2.zip (381 Kb) (Windows line endings)
- pugixml-1.2.tar.gz (354 Kb) (Unix line endings)
The distribution contains library source, documentation (the manual and the quick start guide) and some code examples.
If you need an older version, you can download it from the version archive.
Subversion repository
The Subversion repository is located at http://pugixml.googlecode.com/svn/.
Use this command to checkout the latest version:
svn checkout http://pugixml.googlecode.com/svn/tags/latest pugixml
The repository contains library source, documentation, code examples and full unit test suite.
Git/Mercurial mirrors
There are Git and Mercurial mirrors of the Subversion repository. You can use them as git submodules/hg subrepos. If you have some pugixml changes to contribute, please add an issue with a patch instead of making pull requests (mirroring is one-way only).