diff servlet/src/digilib/io/XMLListLoader.java @ 56:2ea78a56ecf8

Use system specific pathSeparator for documents paths (; on Win). Fix Error accessing files when only one document path was specified. (ROC)
author robcast
date Tue, 27 Aug 2002 12:29:07 +0200
parents 0ff3ede32060
children 398d39ee1014
line wrap: on
line diff
--- a/servlet/src/digilib/io/XMLListLoader.java	Tue Aug 27 12:19:24 2002 +0200
+++ b/servlet/src/digilib/io/XMLListLoader.java	Tue Aug 27 12:29:07 2002 +0200
@@ -53,7 +53,7 @@
 
       private Hashtable listData;
       private Stack nameSpace;
-
+    
       public Hashtable getData() {
         return listData;
       }