[jsword-svn]
bibledesktop/java/main/org/crosswire/bibledesktop/display/textpane s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Tue Apr 5 21:07:44 MST 2005
Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/textpane
In directory www.crosswire.org:/tmp/cvs-serv21928/java/main/org/crosswire/bibledesktop/display/textpane
Modified Files:
TextPaneBookDataDisplay.java
Log Message:
Added morphology (like strongs)
Added first pass for history.
Index: TextPaneBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/textpane/TextPaneBookDataDisplay.java,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** TextPaneBookDataDisplay.java 6 Mar 2005 04:55:44 -0000 1.12
--- TextPaneBookDataDisplay.java 6 Apr 2005 04:07:41 -0000 1.13
***************
*** 121,124 ****
--- 121,125 ----
TransformingSAXEventProvider htmlsep = (TransformingSAXEventProvider) converter.convert(osissep);
htmlsep.setParameter(XSLTProperty.STRONGS_NUMBERS.getName(), Boolean.toString(XSLTProperty.STRONGS_NUMBERS.getState()));
+ htmlsep.setParameter(XSLTProperty.MORPH.getName(), Boolean.toString(XSLTProperty.MORPH.getState()));
htmlsep.setParameter(XSLTProperty.START_VERSE_ON_NEWLINE.getName(), Boolean.toString(XSLTProperty.START_VERSE_ON_NEWLINE.getState()));
htmlsep.setParameter(XSLTProperty.VERSE_NUMBERS.getName(), Boolean.toString(XSLTProperty.VERSE_NUMBERS.getState()));
More information about the jsword-svn
mailing list