Ignore:
Timestamp:
Sep 9, 2007, 2:01:29 AM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a063414
Parents:
1c62f2a
Message:

Updated DocBook?-XSL code to version 1.73.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/glossary.xsl

    r1c62f2a rd7c9f58  
    5050        <xsl:apply-templates select="(glossdiv[1]/preceding-sibling::*)"/>
    5151      </xsl:when>
     52      <xsl:when test="glossentry">
     53        <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>
     54      </xsl:when>
    5255      <xsl:otherwise>
    53         <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>
     56        <xsl:apply-templates/>
    5457      </xsl:otherwise>
    5558    </xsl:choose>
     
    5962        <xsl:apply-templates select="glossdiv"/>
    6063      </xsl:when>
    61       <xsl:otherwise>
     64      <xsl:when test="glossentry">
    6265        <dl>
    6366          <xsl:choose>
     
    7275          </xsl:choose>
    7376        </dl>
     77      </xsl:when>
     78      <xsl:otherwise>
     79        <!-- empty glossary -->
    7480      </xsl:otherwise>
    7581    </xsl:choose>
Note: See TracChangeset for help on using the changeset viewer.