~ubuntu-branches/ubuntu/trusty/yelp-xsl/trusty

« back to all changes in this revision

Viewing changes to xslt/docbook/html/db2html-index.xsl

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-10-17 00:05:53 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: package-import@ubuntu.com-20131017000553-4rje2hk2j69y05w4
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
 
48
48
<!-- = indexentry = -->
49
49
<xsl:template match="indexentry | db:indexentry">
 
50
  <xsl:variable name="if"><xsl:call-template name="db.profile.test"/></xsl:variable>
 
51
  <xsl:if test="$if != ''">
50
52
  <dt class="primaryie">
51
53
    <xsl:apply-templates select="primaryie/node() | db:primaryie/node()"/>
52
54
  </dt>
119
121
      </dl>
120
122
    </dd>
121
123
  </xsl:for-each>
 
124
  </xsl:if>
122
125
</xsl:template>
123
126
 
124
127
<!-- = index = -->