[sword-cvs] swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Translate Header.java, 1.1, 1.2

sword at www.crosswire.org sword at www.crosswire.org
Fri Jun 4 05:49:19 MST 2004


Committed by: mgruner

Update of /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Translate
In directory www:/tmp/cvs-serv18844/WLC2OSIS/Translate

Modified Files:
	Header.java 
Log Message:
mgruner: now processes into a single xml file. still buggy, no osis yet.



Index: Header.java
===================================================================
RCS file: /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Translate/Header.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Header.java	4 Jun 2004 09:14:52 -0000	1.1
+++ Header.java	4 Jun 2004 12:49:16 -0000	1.2
@@ -33,7 +33,7 @@
     for (int i =0; i < A.Description.length; i++){
         A.w.writeString("description", 1, A.Description[i]) ;
         }
-    A.w.writeString("date", 1, A.Date) ;
+    //A.w.writeString("date", 1, A.Date) ;
     A.w.writeString("transcriptiondate", 1, DateTime) ;
     A.w.writeString("copyright", 1, "\u00A9 C. V. Kimball 2004") ;
     A.w.writeString("filename", 1, A.InputFilename) ;



More information about the sword-cvs mailing list