Project

General

Profile

« Previous | Next » 

Revision 1732

Added by Jing Tao almost 21 years ago

Fixed some bugs in these style sheets.

View differences:

eml-physical-2.0.0.xsl
137 137
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">
138 138
        Size:</td>
139 139
        <td class="{$secondColStyle}" width="{$secondColWidth}">
140
        <xsl:value-of select="."/></td>
140
        <xsl:value-of select="."/><xsl:text> </xsl:text><xsl:value-of select="./@unit"/></td>
141 141
      </tr>
142 142
    </xsl:for-each>
143 143
  </xsl:template>
......
149 149
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">
150 150
        Authentication:</td>
151 151
        <td class="{$secondColStyle}" width="{$secondColWidth}">
152
        <xsl:value-of select="."/></td>
152
          <xsl:value-of select="."/><xsl:text> </xsl:text>
153
          <xsl:if test="./@method">
154
            Caculated By<xsl:text> </xsl:text><xsl:value-of select="./@method"/>
155
          </xsl:if>
156
        </td>
153 157
      </tr>
154 158
    </xsl:for-each>
155 159
  </xsl:template>
......
333 337
  <xsl:template match="quoteCharacter">
334 338
        <xsl:param name="physicalfirstColStyle"/>
335 339
        <tr>
336
        <td class="{$physicalfirstColStyle}" width="{$firstColWidth}">Quote Character:</td>
340
        <td class="{$firstColStyle}" width="{$firstColWidth}">Quote Character:</td>
337 341
        <td class="{$secondColStyle}" width="{$secondColWidth}"><xsl:value-of select="."/></td>
338 342
        </tr>
339 343
  </xsl:template>

Also available in: Unified diff