Baudewijn Vermeire wrote:
Hello everyone; i have no experience with SVN. Can you tell where / how to download this 'SVN' so that i can build Xalan with Xerces in VS.NET 2005 please.
You can find more about SVN here:
http://subversion.tigris.org/ Many people who like GUI front-ends use TortoiseSVN: http://tortoisesvn.tigris.org/The following command line will checkout the branch of the SVN repository to the current directory:
svn co https://svn.apache.org/repos/asf/xalan/c/trunk . Dave