Update list of endorsed libraries for tomcat.
Explain about xlan bug with URLS.


git-svn-id: https://svn.apache.org/repos/asf/lenya/branches/BRANCH_2_0_X@1057309 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/INSTALL-SRC.txt b/INSTALL-SRC.txt
index f3c9a9b..b8f0028 100644
--- a/INSTALL-SRC.txt
+++ b/INSTALL-SRC.txt
@@ -76,7 +76,15 @@
       Then visit http://people.apache.org/~henkp/cgi-bin/md5.cgi and follow the instructions
       to verify the integrity of the file you have downloaded.
 
-      Change into the directory where you want your Lenya sources to be, and unpack the source:
+      Change into the directory where you want your Lenya sources to be.
+      IMPORTANT: The pathname of this directory must not contain spaces
+      or other special characters (more precisely: characters that must be
+      encoded in a URL must be avoided). This is because of the following
+      bug in xalan 2.7.1:
+
+        https://issues.apache.org/jira/browse/XALANJ-2461
+
+      Unpack the source:
  
         tar xvzf <apache-lenya>.tar.gz (for the tarball)
         unzip <apache-lenya>.zip (for the zip archive)
@@ -156,10 +164,8 @@
       with Java 2 SDK, Tomcat, Cocoon and Lenya.
 
       The following libraries must be placed in the endorsed library directory for your deployment.
-          * xalan-2.7.0.jar
-          * xalan-2.7.0-serializer.jar
-          * xerces-2.9.0-xercesImpl.jar
-          * xerces-2.9.0-xml-apis.jar
+          * xalan-2.7.1.jar
+          * xerces-2.9.1-xercesImpl.jar
 
       They are placed by the build process in the directory specified by tomcat.endorsed.dir in 
       build.properties. You should validate that these files are indeed in the proper location 
@@ -215,7 +221,3 @@
   ./build.sh test    (to run the junit tests, requires a successful build), and
   ./build.sh modules.test.canoo  (to run the canoo web tests, requires a running servlet engine).
 
-  For Windows users : 
-  please note that Running the test suite in a directory whose pathname contains whitespace triggers a xalan bug :
-  https://issues.apache.org/jira/browse/XALANJ-2461
-