The &ParserNameLong; source code is stored in the Subversion repository (SVN). The SVN repository is public and everyone has read access. The repository uses a standard layout of:

https://svn.apache.org/repos/asf/xerces/java/ | | - branches/ | | - tags/ \ - trunk/

For example, to check out the trunk (the place where the main development is taking place), execute:

svn co https://svn.apache.org/repos/asf/xerces/java/trunk

To check out the code in the stax-dev branch, execute:

svn co https://svn.apache.org/repos/asf/xerces/java/branches/stax-dev

To check out the code tagged Xerces-J_2_6_2, execute:

svn co https://svn.apache.org/repos/asf/xerces/java/tags/Xerces-J_2_6_2

You can also browse the repository and examine individual files using the Web interface.