Project

General

Profile

« Previous | Next » 

Revision 1711

Added by Jing Tao over 21 years ago

Revise some codes.

View differences:

eml-spatialvector-2.0.0.xsl
94 94
    <!-- call physical moduel without show distribution(we want see it later)-->
95 95
    <xsl:if test="physical">
96 96
       <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
97
        Physical Structure Description
97
        Physical Structure Description:
98 98
      </td></tr>
99 99
    </xsl:if>
100 100
    <xsl:for-each select="physical">
......
108 108
    
109 109
    <xsl:if test="coverage">
110 110
       <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
111
        Coverage Description
111
        Coverage Description:
112 112
      </td></tr>
113 113
    </xsl:if>
114 114
    <xsl:for-each select="coverage">
......
119 119
    </xsl:for-each>
120 120
    <xsl:if test="method">
121 121
       <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
122
        Method Description
122
        Method Description:
123 123
      </td></tr>
124 124
    </xsl:if>
125 125
    <xsl:for-each select="method">
......
132 132
    </xsl:for-each>
133 133
    <xsl:if test="constraint">
134 134
       <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
135
        Constraint
135
        Constraint:
136 136
      </td></tr>
137 137
    </xsl:if>
138 138
    <xsl:for-each select="constraint">
......
144 144
    </xsl:for-each>
145 145
    <xsl:for-each select="geometry">
146 146
       <tr><td width="{$firstColWidth}" class="{$spatialvectorfirstColStyle}">
147
            Geometry
147
            Geometry:
148 148
            </td>
149 149
            <td width="{$secondColWidth}" class="{$secondColStyle}">
150 150
              <xsl:value-of select="."/>
......
153 153
    </xsl:for-each>
154 154
    <xsl:for-each select="geometricObjectCount">
155 155
       <tr><td width="{$firstColWidth}" class="{$spatialvectorfirstColStyle}">
156
            Number of Geometric Objects
156
            Number of Geometric Objects:
157 157
            </td>
158 158
            <td width="{$secondColWidth}" class="{$secondColStyle}">
159 159
              <xsl:value-of select="."/>
......
162 162
    </xsl:for-each>
163 163
    <xsl:for-each select="topologyLevel">
164 164
       <tr><td width="{$firstColWidth}" class="{$spatialvectorfirstColStyle}">
165
           Topolgy Level
165
           Topolgy Level:
166 166
            </td>
167 167
            <td width="{$secondColWidth}" class="{$secondColStyle}">
168 168
              <xsl:value-of select="."/>
......
171 171
    </xsl:for-each>
172 172
    <xsl:for-each select="spatialReference">
173 173
       <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
174
        Spatial Reference
174
        Spatial Reference:
175 175
      </td></tr>
176 176
      <xsl:call-template name="spatialReference">
177 177
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialvectorfirstColStyle"/>
......
179 179
    </xsl:for-each>
180 180
    <xsl:for-each select="horizontalAccuracy">
181 181
      <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
182
        Horizontal Accuracy
182
        Horizontal Accuracy:
183 183
      </td></tr>
184 184
      <xsl:call-template name="dataQuality">
185 185
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialvectorfirstColStyle"/>
......
187 187
    </xsl:for-each>
188 188
    <xsl:for-each select="verticalAccuracy">
189 189
      <tr><td class="{$spatialvectorsubHeaderStyle}" colspan="2">
190
        Vertical Accuracy
190
        Vertical Accuracy:
191 191
      </td></tr>
192 192
      <xsl:call-template name="dataQuality">
193 193
        <xsl:with-param name="spatialrasterfirstColStyle" select="$spatialvectorfirstColStyle"/>

Also available in: Unified diff