Project

General

Profile

« Previous | Next » 

Revision 1696

Added by Jing Tao almost 21 years ago

Make table cellspacing=0 and fixed some bugs.

View differences:

eml-text-2.0.0.xsl
39 39
  <xsl:template name="text">
40 40
        <xsl:param name="textfirstColStyle" />
41 41
        <xsl:if test="(section and normalize-space(section)!='') or (para and normalize-space(para)!='')">
42
        <table class="tableparty" width="100%">
42
        <table xsl:use-attribute-sets="cellspacing" class="tableparty" width="100%">
43 43
          <xsl:apply-templates  select="." mode="text"/>
44 44
        </table>
45 45
      </xsl:if>
......
77 77
  
78 78
  <!-- Section template for low level. Cteate a nested table and second column -->
79 79
  <xsl:template match="section" mode="lowlevel">
80
     <table class="tableparty" width="100%">
80
     <table xsl:use-attribute-sets="cellspacing" class="tableparty" width="100%">
81 81
      <xsl:if test="title and normalize-space(title)!=''">
82 82
        <tr>
83 83
          <td width="10%" class="{$secondColStyle}">

Also available in: Unified diff