[jsword-svn] bibledesktop/resource/xsl/cswing s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 23 16:38:16 MST 2005
Update of /cvs/jsword/bibledesktop/resource/xsl/cswing
In directory www.crosswire.org:/tmp/cvs-serv32590/resource/xsl/cswing
Modified Files:
simple.xsl
Log Message:
Fixed a strongs and robinsons ThML problem
Index: simple.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/xsl/cswing/simple.xsl,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** simple.xsl 22 May 2005 12:35:17 -0000 1.19
--- simple.xsl 23 May 2005 23:38:14 -0000 1.20
***************
*** 438,441 ****
--- 438,446 ----
<font size="substring-before(substring-after(@type, 'font-size: '), ';')"><xsl:apply-templates/></font>
</xsl:when>
+ <xsl:when test="@type = 'x-variant'">
+ <xsl:if test="@subType = 'x-class:1'">
+ <xsl:apply-templates/>
+ </xsl:if>
+ </xsl:when>
<xsl:otherwise>
<xsl:apply-templates/>
More information about the jsword-svn
mailing list