Changeset 9642843 in clfs-embedded for BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/glossary.xsl
- Timestamp:
- Sep 9, 2007, 2:04:08 AM (18 years ago)
- Branches:
- master
- Children:
- 31ee1ac
- Parents:
- a6966fa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/stylesheets/lfs-xsl/docbook-xsl-snapshot/xhtml/glossary.xsl
ra6966fa r9642843 50 50 <xsl:apply-templates select="(glossdiv[1]/preceding-sibling::*)"/> 51 51 </xsl:when> 52 <xsl:when test="glossentry"> 53 <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/> 54 </xsl:when> 52 55 <xsl:otherwise> 53 <xsl:apply-templates select="(glossentry[1]/preceding-sibling::*)"/>56 <xsl:apply-templates/> 54 57 </xsl:otherwise> 55 58 </xsl:choose> … … 59 62 <xsl:apply-templates select="glossdiv"/> 60 63 </xsl:when> 61 <xsl: otherwise>64 <xsl:when test="glossentry"> 62 65 <dl> 63 66 <xsl:choose> … … 72 75 </xsl:choose> 73 76 </dl> 77 </xsl:when> 78 <xsl:otherwise> 79 <!-- empty glossary --> 74 80 </xsl:otherwise> 75 81 </xsl:choose>
Note:
See TracChangeset
for help on using the changeset viewer.