Project

General

Profile

« Previous | Next » 

Revision 4826

1. changed path for doc-level access to sibling instead of child
2. renamed template "datasetaccess" to datatableaccess and changed path to distribution/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="../access">
464
             <xsl:for-each select="../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="datasetaccess">
651
    <xsl:for-each select="access">
650
   <xsl:template name="datatableaccess">
651
    <xsl:for-each select="distribution/access">
652 652
      <tr>
653 653
        <td colspan="2">
654 654
        <xsl:call-template name="access">

Also available in: Unified diff