[jsword-svn] r1130 - trunk/jsword/src/main/java/org/crosswire/jsword/examples

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Sat Sep 23 12:46:23 MST 2006


Author: dmsmith
Date: 2006-09-23 12:46:18 -0700 (Sat, 23 Sep 2006)
New Revision: 1130

Modified:
   trunk/jsword/src/main/java/org/crosswire/jsword/examples/BibleToOsis.java
Log:
kjv fix

Modified: trunk/jsword/src/main/java/org/crosswire/jsword/examples/BibleToOsis.java
===================================================================
--- trunk/jsword/src/main/java/org/crosswire/jsword/examples/BibleToOsis.java	2006-08-28 03:29:14 UTC (rev 1129)
+++ trunk/jsword/src/main/java/org/crosswire/jsword/examples/BibleToOsis.java	2006-09-23 19:46:18 UTC (rev 1130)
@@ -579,7 +579,7 @@
 
         if (osisID.equals("2Cor.13.14")) //$NON-NLS-1$
         {
-            input += "<w src=\"26\" lemma=\"strong:G575\" morph=\"robinson:PREP\"></w><w src=\"22\" lemma=\"strongs:G4314\" morph=\"robinson:PREP\"></w>"; //$NON-NLS-1$
+            input += "<w src=\"26\" lemma=\"strong:G575\" morph=\"robinson:PREP\"></w><w src=\"22\" lemma=\"strong:G4314\" morph=\"robinson:PREP\"></w>"; //$NON-NLS-1$
         }
 
         if (osisID.equals("1Thess.1.8")) //$NON-NLS-1$
@@ -606,6 +606,7 @@
             fixed = fixed.replaceAll("x-Strongs", "strong"); //$NON-NLS-1$ //$NON-NLS-2$
             fixed = fixed.replaceAll("x-Robinson", "robinson"); //$NON-NLS-1$ //$NON-NLS-2$
             fixed = fixed.replaceAll("split(ID|id)=\"", "type=\"x-split\" subType=\"x-"); //$NON-NLS-1$ //$NON-NLS-2$
+            fixed = fixed.replaceAll("strong:H00 ", ""); //$NON-NLS-1$ //$NON-NLS-2$
             if (!whole.equals(fixed))
             {
                 input = replace(input, whole, fixed);




More information about the jsword-svn mailing list