[jsword-svn] r2282 - trunk/bibledesktop/src/main/resources/xsl/cswing
dmsmith at crosswire.org
dmsmith at crosswire.org
Thu Feb 28 15:37:57 MST 2013
Author: dmsmith
Date: 2013-02-28 15:37:57 -0700 (Thu, 28 Feb 2013)
New Revision: 2282
Modified:
trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
Log:
Put the Pilcrows from the KJV back in.
Modified: trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl
===================================================================
--- trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl 2013-02-28 13:31:31 UTC (rev 2281)
+++ trunk/bibledesktop/src/main/resources/xsl/cswing/simple.xsl 2013-02-28 22:37:57 UTC (rev 2282)
@@ -1141,6 +1141,10 @@
== screen Marks a preferred place for breaks in an on-screen rendering of the text.
== cQuote Marks the location of a continuation quote mark, with marker containing the publishers mark.
-->
+ <!-- This is used by the KJV for paragraph markers. -->
+ <xsl:template match="milestone[@type = 'x-p']"><xsl:text> </xsl:text><xsl:value-of select="@marker"/><xsl:text> </xsl:text></xsl:template>
+ <xsl:template match="milestone[@type = 'x-p']" mode="jesus"><xsl:text> </xsl:text><xsl:value-of select="@marker"/><xsl:text> </xsl:text></xsl:template>
+
<xsl:template match="milestone[@type = 'cQuote']">
<xsl:value-of select="@marker"/>
</xsl:template>
More information about the jsword-svn
mailing list