[brailleblaster] push by RandomCh...@xxxxxxxxx - Removed prodnote and imggroup conversion in xsl on 2014-07-24 14:15 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 24 Jul 2014 14:15:19 +0000

Revision: a9a6695ac173
Branch:   default
Author:   cmyers@xxxxxxxxxxxxxxxxx
Date:     Thu Jul 24 15:17:52 2014 UTC
Log:      Removed prodnote and imggroup conversion in xsl
http://code.google.com/p/brailleblaster/source/detail?r=a9a6695ac173

Modified:
 /dist/programData/xsl/dtb2005html.xsl

=======================================
--- /dist/programData/xsl/dtb2005html.xsl       Tue Jul 22 21:01:38 2014 UTC
+++ /dist/programData/xsl/dtb2005html.xsl       Thu Jul 24 15:17:52 2014 UTC
@@ -307,9 +307,9 @@
<p class="caption"><xsl:copy-of select="&itlatts;"/><xsl:apply-templates/></p>
        </xsl:template>

-       <xsl:template match="dtb:imggroup">
+       <!--<xsl:template match="dtb:imggroup">
<figure class="imggroup"><xsl:copy-of select="&itlatts;"/><xsl:apply-templates/></figure>
-       </xsl:template>
+       </xsl:template>-->

        <xsl:template match="dtb:div">
        <div><xsl:copy-of select="&itlatts;"/><xsl:apply-templates/></div>
@@ -448,9 +448,9 @@
<span class="linenum"><xsl:copy-of select="&itlatts;"/> <xsl:apply-templates/></span>
        </xsl:template>

-       <xsl:template match="dtb:prodnote">
+       <!--<xsl:template match="dtb:prodnote">
<aside class="prodnote"><xsl:copy-of select="&itlatts;"/><xsl:apply-templates/></aside>
-       </xsl:template>
+       </xsl:template>-->

        <!-- inlines elements -->
        <xsl:template match="dtb:a">

Other related posts:

  • » [brailleblaster] push by RandomCh...@xxxxxxxxx - Removed prodnote and imggroup conversion in xsl on 2014-07-24 14:15 GMT - brailleblaster