Project

General

Profile

« Previous | Next » 

Revision 1702

Added by Jing Tao about 21 years ago

Revise some templates and in build file, when we compile, it would include harvest.

View differences:

eml-method-2.0.0.xsl
85 85
   </xsl:call-template>
86 86
   <xsl:for-each select="dataSource">
87 87
       <tr><td colspan="2">
88
             <xsl:call-template name="dataset">
89
             </xsl:call-template>
88
             <xsl:apply-templates mode="dataset">
89
             </xsl:apply-templates>
90 90
           </td>
91 91
        </tr>
92 92
   </xsl:for-each>
......
108 108
     <tr><td width="{$firstColWidth}" class="{$methodfirstColStyle}">
109 109
         Sampling Description:
110 110
         </td>
111
         <td width="${secondColWidth}" class="{$secondColStyle}">
111
         <td width="${secondColWidth}">
112 112
          <xsl:call-template name="text">
113 113
           <xsl:with-param name="textfirstColStyle" select="$methodfirstColStyle"/>
114 114
         </xsl:call-template>
......
151 151
      <tr><td width="{$firstColWidth}" class="{$methodfirstColStyle}">
152 152
         Sampling Area And Frequency:
153 153
         </td>
154
         <td width="${secondColWidth}" class="{$secondColStyle}">
154
         <td width="${secondColWidth}" >
155 155
           <xsl:call-template name="text">
156 156
              <xsl:with-param name="textfirstColStyle" select="$methodfirstColStyle"/>
157 157
           </xsl:call-template>

Also available in: Unified diff