[jsword-svn] r1080 - trunk/bibledesktop/src/main/resources/xsl/cswing

dmsmith at crosswire.org dmsmith at crosswire.org
Sun Apr 9 15:51:17 MST 2006


Author: dmsmith
Date: 2006-04-09 15:51:13 -0700 (Sun, 09 Apr 2006)
New Revision: 1080

Modified:
   trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
Log:
Java 1.5 bug fix

Modified: trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
===================================================================
--- trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2006-04-09 20:24:40 UTC (rev 1079)
+++ trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2006-04-09 22:51:13 UTC (rev 1080)
@@ -505,14 +505,13 @@
     <xsl:param name="part" select="0"/>
     <xsl:variable name="orig-work" select="substring-before($morph, ':')"/>
     <xsl:variable name="orig-morph" select="substring-after($morph, ':')"/>
-    <xsl:variable name="protocol" select="$greek.morph.protocol"/>
     <xsl:variable name="protocol">
       <xsl:choose>
         <xsl:when test="starts-with($orig-work, 'x-Robinson:') or starts-with($orig-work, 'robinson:')">
-          <xsl:value-of select="$greek.def.protocol"/>
+          <xsl:value-of select="$greek.morph.protocol"/>
         </xsl:when>
         <xsl:otherwise>
-          <xsl:value-of select="$hebrew.def.protocol"/>
+          <xsl:value-of select="$hebrew.morph.protocol"/>
         </xsl:otherwise>
       </xsl:choose>
     </xsl:variable>



More information about the jsword-svn mailing list