[jsword-svn] bibledesktop/resource/xsl/cswing s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Thu Aug 11 14:09:29 MST 2005


Update of /cvs/jsword/bibledesktop/resource/xsl/cswing
In directory www.crosswire.org:/tmp/cvs-serv23847/resource/xsl/cswing

Modified Files:
	simple.xsl 
Log Message:
stylesheet changes for hi element

Index: simple.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/xsl/cswing/simple.xsl,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** simple.xsl	11 Aug 2005 11:27:58 -0000	1.24
--- simple.xsl	11 Aug 2005 21:09:27 -0000	1.25
***************
*** 102,105 ****
--- 102,109 ----
            FONT.speech { color: blue; }
            FONT.transChange { font-style: italic; }
+           FONT.strike { text-decoration: line-through; }
+           FONT.small-caps { font-variant: small-caps; }
+           FONT.normal { font-variant: normal; }
+           FONT.caps { text-transform: uppercase; }
            h3 { font-size: 110%; color: #666699; font-weight: bold; }
            h2 { font-size: 115%; color: #669966; font-weight: bold; }
***************
*** 760,777 ****
          </xsl:when>
          <xsl:when test="@type = 'line-through'">
!           <!-- later -->
!           <xsl:apply-templates/>
          </xsl:when>
          <xsl:when test="@type = 'normal'">
!            <!-- later -->
!           <xsl:apply-templates/>
          </xsl:when>
          <xsl:when test="@type = 'small-caps'">
!           <!-- later -->
!           <xsl:apply-templates/>
          </xsl:when>
          <xsl:when test="@type = 'underline'">
            <u><xsl:apply-templates/></u>
          </xsl:when>
          <xsl:otherwise>
            <xsl:apply-templates/>
--- 764,781 ----
          </xsl:when>
          <xsl:when test="@type = 'line-through'">
!           <font class="strike"><xsl:apply-templates/></font>
          </xsl:when>
          <xsl:when test="@type = 'normal'">
!           <font class="normal"><xsl:apply-templates/></font>
          </xsl:when>
          <xsl:when test="@type = 'small-caps'">
!           <font class="small-caps"><xsl:apply-templates/></font>
          </xsl:when>
          <xsl:when test="@type = 'underline'">
            <u><xsl:apply-templates/></u>
          </xsl:when>
+         <xsl:when test="@type = 'x-caps'">
+           <font class="caps"><xsl:apply-templates/></font>
+         </xsl:when>
          <xsl:otherwise>
            <xsl:apply-templates/>



More information about the jsword-svn mailing list