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

dmsmith at www.crosswire.org dmsmith at www.crosswire.org
Mon Oct 23 14:37:45 MST 2006


Author: dmsmith
Date: 2006-10-23 14:37:39 -0700 (Mon, 23 Oct 2006)
New Revision: 1175

Modified:
   trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
Log:
fixed a linebreak issue with the NET bible.

Modified: trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
===================================================================
--- trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2006-10-22 00:44:33 UTC (rev 1174)
+++ trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl	2006-10-23 21:37:39 UTC (rev 1175)
@@ -1037,6 +1037,10 @@
     <xsl:value-of select="@marker"/>
   </xsl:template>
 
+  <xsl:template match="milestone[@type = 'line']"><br/></xsl:template>
+
+  <xsl:template match="milestone[@type = 'line']" mode="jesus"><br/></xsl:template>
+
   <!--
     == Milestone start and end are deprecated.
     == At this point we expect them to not be in the document.




More information about the jsword-svn mailing list