Project

General

Profile

« Previous | Next » 

Revision 1639

Added by Jing Tao over 21 years ago

Add a template to handle project part.

View differences:

lib/style/eml2/eml-dataset-2.0.0.xsl
36 36
  <xsl:import href="eml-distribution-2.0.0.xsl"/>
37 37
  <xsl:import href="eml-coverage-2.0.0.xsl"/>
38 38
  <xsl:import href="eml-access-2.0.0.xsl"/>
39
  <xsl:import href="eml-project-2.0.0.xsl"/>
39 40
  
40 41
  <xsl:output method="html" encoding="iso-8859-1"/>
41 42
  
......
48 49
      <xsl:call-template name="datasetcontact"/>
49 50
      <xsl:call-template name="datasetpublisher"/>
50 51
      <xsl:call-template name="datasetpubplace"/>
52
      <xsl:call-template name="datasetproject"/>
51 53
    </table>
52 54
    
53 55
  </xsl:template>
......
207 209
   </xsl:for-each>
208 210
  </xsl:template>
209 211
   
212
   <xsl:template name="datasetproject">
213
    <xsl:for-each select="project">
214
      <tr>
215
        <td colspan="2" width="100%">
216
        <xsl:call-template name="project">
217
          <xsl:with-param name="projectfirstColStyle" select="$firstColStyle"/>
218
        </xsl:call-template>
219
        </td>
220
      </tr>
221
    </xsl:for-each>
222
  </xsl:template>
223
  
210 224
   <xsl:template name="datasetaccess">
211 225
    <xsl:for-each select="access">
212 226
      <tr>

Also available in: Unified diff