[jsword-svn]
jsword/java/jsword/org/crosswire/jsword/book/filter/gbf s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 23 16:38:21 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/gbf
In directory www.crosswire.org:/tmp/cvs-serv32603/java/jsword/org/crosswire/jsword/book/filter/gbf
Modified Files:
GBFTags.java
Log Message:
Fixed a strongs and robinsons ThML problem
Index: GBFTags.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/gbf/GBFTags.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** GBFTags.java 17 May 2005 00:43:16 -0000 1.4
--- GBFTags.java 23 May 2005 23:38:19 -0000 1.5
***************
*** 534,538 ****
}
! String existingMorph = word.getAttributeValue(OSISUtil.ATTRIBUTE_WORD_MORPH);
StringBuffer newMorph = new StringBuffer();
--- 534,538 ----
}
! String existingMorph = word.getAttributeValue(OSISUtil.ATTRIBUTE_W_MORPH);
StringBuffer newMorph = new StringBuffer();
***************
*** 542,546 ****
}
newMorph.append(OSISUtil.MORPH_STRONGS).append(name.substring(2));
! word.setAttribute(OSISUtil.ATTRIBUTE_WORD_MORPH, newMorph.toString());
}
}
--- 542,546 ----
}
newMorph.append(OSISUtil.MORPH_STRONGS).append(name.substring(2));
! word.setAttribute(OSISUtil.ATTRIBUTE_W_MORPH, newMorph.toString());
}
}
More information about the jsword-svn
mailing list