Project

General

Profile

« Previous | Next » 

Revision 1735

Added by Jing Tao almost 21 years ago

Fixed some bugs in these style sheets.

View differences:

eml-spatialraster-2.0.0.xsl
294 294
          <xsl:with-param name="docid" select="$docid"/>
295 295
          <xsl:with-param name="entityindex" select="$entityindex"/>
296 296
          <xsl:with-param name="physicalindex" select="position()"/>
297
          <xsl:with-param name="disfirstColStyle" select="$spatialrasterfirstColStyle"/>
298
          <xsl:with-param name="dissubHeaderStyle" select="$spatialrastersubHeaderStyle"/>
297
          <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
298
          <xsl:with-param name="spatialrastersubHeaderStyle" select="$spatialrastersubHeaderStyle"/>
299 299
       </xsl:call-template>
300 300
    </xsl:for-each>
301 301
  </xsl:template>
......
338 338
    </xsl:for-each>
339 339
    <xsl:for-each select="horizCoordSysDef/geogCoordSys">
340 340
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
341
            Definition of <xsl:text> </xsl:text><xsl:value-of select="./@name"/> <xsl:text> </xsl:text> (Geographic Coordinate System):
341
            Definition of <xsl:text> </xsl:text><xsl:value-of select="../@name"/> <xsl:text> </xsl:text> (Geographic Coordinate System):
342 342
            </td>
343
            <td width="{$secondColWidth}" class="{$secondColStyle}">
343
            <td width="{$secondColWidth}">
344 344
              <xsl:call-template name="geogCoordSysType">
345 345
                 <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialrasterfirstColStyle"/>
346 346
              </xsl:call-template>
......
350 350
    <xsl:for-each select="horizCoordSysDef/projCoordSys">
351 351
      <xsl:for-each select="geogCoordSys">
352 352
       <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
353
            Definition of<xsl:text> </xsl:text><xsl:value-of select="./@name"/><xsl:text> </xsl:text>(Geographic Coordinate System):
353
            Definition of<xsl:text> </xsl:text><xsl:value-of select="../../@name"/><xsl:text> </xsl:text>(Geographic Coordinate System):
354 354
            </td>
355 355
            <td width="{$secondColWidth}">
356 356
              <xsl:call-template name="geogCoordSysType">

Also available in: Unified diff