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-resource-2.0.0.xsl
40 40
    <xsl:param name="resfirstColStyle"/>
41 41
    <xsl:param name="ressubHeaderStyle"/>
42 42
    <xsl:param name="creator">Data Set Owner(s):</xsl:param>
43
    <table class="tabledefault" width="100%">
43
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
44 44
      <xsl:for-each select="alternateIdentifier">
45 45
        <xsl:call-template name="resourcealternateIdentifier">
46 46
          <xsl:with-param name="resfirstColStyle" select="$resfirstColStyle"/>

Also available in: Unified diff