http://xml.apache.org/http://www.apache.org/http://www.w3.org/

Home

Readme
Charter
Release Info

Installation
Download
Build Instructions

Programming
Samples
FAQs

API Reference
DOM C++ Binding
Migration Guide

Feedback
Bug-Reporting
Mailing Lists

Source Repository
Applications

Overview
 

The Xerces-C++ 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/c/
                                        |
                                        | - 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/c/trunk

To check out the code in the xerces-2.7 branch, execute:

svn co https://svn.apache.org/repos/asf/xerces/c/branches/xerces-2.7

To check out the code tagged xerces-2.8.0_rc1, execute:

svn co https://svn.apache.org/repos/asf/xerces/c/tags/xerces-2.8.0_rc1

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



Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.