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-datatable-2.0.0.xsl
40 40
      <xsl:param name="datatablesubHeaderStyle"/>
41 41
      <xsl:param name="docid"/>
42 42
      <xsl:param name="entityindex"/>
43
      <table class="tabledefault" width="100%">
43
      <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
44 44
        <xsl:choose>
45 45
         <xsl:when test="references!=''">
46 46
          <xsl:variable name="ref_id" select="references"/>
......
97 97
        Physical Structure Description
98 98
      </td></tr>
99 99
    </xsl:if>
100
    <tr><td colspan="2">
101
      <xsl:for-each select="physical">
100
    <xsl:for-each select="physical">
101
       <tr><td colspan="2">
102 102
        <xsl:call-template name="physical">
103 103
         <xsl:with-param name="physicalfirstColStyle" select="$datatablefirstColStyle"/>
104 104
         <xsl:with-param name="notshowdistribution">yes</xsl:with-param>
105 105
        </xsl:call-template>
106
      </xsl:for-each>
107
    </td></tr>
106
       </td></tr>
107
    </xsl:for-each>
108
 
108 109
    <xsl:for-each select="caseSensitive">
109 110
       <xsl:call-template name="datatablecaseSensitive">
110 111
          <xsl:with-param name="datatablefirstColStyle" select="$datatablefirstColStyle"/>

Also available in: Unified diff