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-spatialraster-2.0.0.xsl
40 40
      <xsl:param name="spatialrastersubHeaderStyle"/>
41 41
      <xsl:param name="docid"/>
42 42
      <xsl:param name="entityindex"/>
43
      <table class="tabledefault" width="100%">
43
      <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
44 44
        <xsl:choose>
45 45
         <xsl:when test="references!=''">
46 46
          <xsl:variable name="ref_id" select="references"/>
......
96 96
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
97 97
        Physical Structure Description
98 98
      </td></tr>
99
    </xsl:if>
100
    <tr><td colspan="2">
101 99
      <xsl:for-each select="physical">
100
      <tr><td colspan="2">
102 101
        <xsl:call-template name="physical">
103 102
         <xsl:with-param name="physicalfirstColStyle" select="$spatialrasterfirstColStyle"/>
104 103
         <xsl:with-param name="notshowdistribution">yes</xsl:with-param>
105 104
        </xsl:call-template>
105
         </td></tr>
106 106
      </xsl:for-each>
107
    </td></tr>
107
    </xsl:if>
108 108
    <xsl:if test="coverage">
109 109
       <tr><td class="{$spatialrastersubHeaderStyle}" colspan="2">
110 110
        Coverage Description
......
364 364
            Projection
365 365
            </td>
366 366
            <td width="{$secondColWidth}" class="{$secondColStyle}">
367
               <table class="default" width="100%">
367
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
368 368
                 <xsl:for-each select="parameter">
369 369
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
370 370
                          <xsl:value-of select="./@name"/>
371 371
                         </td>
372 372
                         <td width="{$secondColWidth}" class="{$secondColStyle}">
373
                             <table class="default" width="100%">
373
                             <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
374 374
                                <tr>
375 375
                                    <td width="{$firstColWidth}" class="{$secondColStyle}">
376 376
                                      <xsl:value-of select="./@value"/>
......
402 402
            Altitude System Definition
403 403
            </td>
404 404
            <td width="{$secondColWidth}" class="{$secondColStyle}">
405
               <table class="default" width="100%">
405
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
406 406
                 <xsl:for-each select="altitudeDatumName">
407 407
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
408 408
                          Datum
......
448 448
            Depth System Definition
449 449
            </td>
450 450
            <td width="{$secondColWidth}" class="{$secondColStyle}">
451
               <table class="default" width="100%">
451
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
452 452
                 <xsl:for-each select="depthDatumName">
453 453
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
454 454
                          Datum
......
493 493
  
494 494
  <xsl:template name="geogCoordSysType">
495 495
   <xsl:param name="spatialrasterfirstColStyle"/>
496
   <table class="default" width="100%">
496
   <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
497 497
      <xsl:for-each select="datum">
498 498
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
499 499
             Datum
......
508 508
             Spheroid
509 509
            </td>
510 510
            <td width="{$secondColWidth}" class="{$secondColStyle}">
511
               <table class="default" width="100%">
511
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
512 512
                  <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
513 513
                       Name
514 514
                       </td>
......
540 540
             Prime Meridian
541 541
            </td>
542 542
            <td width="{$secondColWidth}" class="{$secondColStyle}">
543
               <table class="default" width="100%">
543
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
544 544
                  <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
545 545
                       Name
546 546
                       </td>
......
581 581
            Corner Point
582 582
            </td>
583 583
            <td width="{$secondColWidth}" class="{$secondColStyle}">
584
               <table class="default" width="100%">
584
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
585 585
                 <xsl:for-each select="corner">
586 586
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
587 587
                          Corner
......
627 627
            Control Point
628 628
            </td>
629 629
            <td width="{$secondColWidth}" class="{$secondColStyle}">
630
               <table class="default" width="100%">
630
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
631 631
                 <xsl:for-each select="column">
632 632
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
633 633
                          Column Location
......
682 682
            Bilinear Fit
683 683
            </td>
684 684
            <td width="{$secondColWidth}" class="{$secondColStyle}">
685
               <table class="default" width="100%">
685
               <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
686 686
                 <xsl:for-each select="xIntercept">
687 687
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
688 688
                          X Intercept
......
744 744
             Quantitative Report
745 745
            </td>
746 746
            <td width="{$secondColWidth}" class="{$secondColStyle}">
747
                <table class="default" width="100%">
747
                <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
748 748
                  <xsl:for-each select="quantitativeAccuracyReport">
749 749
                     <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
750 750
                         Accuracy Value
......
916 916
      ************************************************-->
917 917
  <xsl:template name="bandDescription">
918 918
    <xsl:param name="spatialrasterfirstColStyle"/>
919
    <table class="default" width="100%">
919
    <table xsl:use-attribute-sets="cellspacing" class="tabledefault" width="100%">
920 920
      <xsl:for-each select="sequenceIdentifier">
921 921
        <tr><td width="{$firstColWidth}" class="{$spatialrasterfirstColStyle}">
922 922
            Sequence Identifier

Also available in: Unified diff