Project

General

Profile

« Previous | Next » 

Revision 4828

removed duplicate variable settings

View differences:

eml-2.1.0.xsl
152 152
       ********************************************************-->
153 153

  
154 154
   <xsl:template name="emldataset">
155
   <!-- <div class="{$mainContainerTableStyle}"> -->
155
   <!-- <div class="{$mainContainerTableStyle}"> -->

156 156
    <xsl:if test="$displaymodule='dataset'">
157 157
       <xsl:call-template name="datasetpart"/>
158 158
    </xsl:if>
......
177 177
    <xsl:if test="$displaymodule='attributedetail'">
178 178
       <xsl:call-template name="entityparam"/>
179 179
    </xsl:if>
180
    <!--   </div> -->
180
    <!--   </div> -->

181 181
   </xsl:template>
182 182

  
183 183
   <!--*************** Data set diaplay *************-->
......
291 291
   <xsl:template name="entityparam">
292 292
     <xsl:choose>
293 293
      <xsl:when test="$entitytype=''">
294
        <xsl:variable name="dataTableCount" select="0"/>
294
 <!--        <xsl:variable name="dataTableCount" select="0"/>
295 295
        <xsl:variable name="spatialRasterCount" select="0"/>
296 296
        <xsl:variable name="spatialVectorCount" select="0"/>
297 297
        <xsl:variable name="storedProcedureCount" select="0"/>
298 298
        <xsl:variable name="viewCount" select="0"/>
299
        <xsl:variable name="otherEntityCount" select="0"/>
299
        <xsl:variable name="otherEntityCount" select="0"/> -->
300 300
        <xsl:for-each select="dataTable|spatialRaster|spatialVector|storedProcedure|view|otherEntity">
301 301

  
302 302
        <xsl:if test="'dataTable' = name()">

Also available in: Unified diff