Project

General

Profile

« Previous | Next » 

Revision 1678

Added by Jing Tao about 21 years ago

Revised the modules.

View differences:

lib/style/eml2/eml-dataset-2.0.0.xsl
31 31
-->
32 32
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
33 33

  
34
  <xsl:import href="eml-resource-2.0.0.xsl"/>
35
  <xsl:import href="eml-party-2.0.0.xsl"/>
36
  <xsl:import href="eml-distribution-2.0.0.xsl"/>
37
  <xsl:import href="eml-coverage-2.0.0.xsl"/>
38
  <xsl:import href="eml-access-2.0.0.xsl"/>
39
  <xsl:import href="eml-project-2.0.0.xsl"/>
40
  
34
    
41 35
  <xsl:output method="html" encoding="iso-8859-1"/>
42 36
  
43 37
  <xsl:template match="dataset" mode="dataset">
......
259 253
  <xsl:template name="datasetentity" > 
260 254
   <xsl:if test="dataTable or spatialRaster or spatialVector or storedProcedures or view or otherEntity">
261 255
      <tr><td class="{$subHeaderStyle}" colspan="2">
262
        <xsl:text>Entity Information:</xsl:text>
256
        <xsl:text>Data Tables, Images, and Other Entities:</xsl:text>
263 257
     </td></tr>
264 258
   </xsl:if>
265 259
    <xsl:for-each select="dataTable">

Also available in: Unified diff