Project

General

Profile

« Previous | Next » 

Revision 4827

fixed path for sibling access

View differences:

lib/style/skins/sbclter/eml/eml-dataset-2.1.0.xsl
460 460
     <table class="subGroup onehundred_percent">  
461 461
       <tr>
462 462
         <td>
463
           <xsl:if test="../access">
464
             <xsl:for-each select="../access">
463
           <xsl:if test="preceding-sibling::access">
464
             <xsl:for-each select="preceding-sibling::access">
465 465
               <xsl:call-template name="access">
466 466
                 <xsl:with-param name="accessfirstColStyle" select="$firstColStyle"/>
467 467
                 <xsl:with-param name="accesssecondColStyle" select="$secondColStyle"/>
......
647 647
    </xsl:for-each>
648 648
  </xsl:template>
649 649

  
650
   <xsl:template name="datatableaccess">
650
<!--  never used ?
651
   <xsl:template name="distribtutionaccess">
651 652
    <xsl:for-each select="distribution/access">
652 653
      <tr>
653 654
        <td colspan="2">
......
659 660
      </tr>
660 661
    </xsl:for-each>
661 662
  </xsl:template>
663
-->
662 664

  
663 665

  
664

  
665 666
  <xsl:template name="datasetentity" >
666 667
   <xsl:if test="dataTable or spatialRaster or spatialVector or storedProcedures or view or otherEntity">
667 668
      <tr>

Also available in: Unified diff