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

« back to all changes in this revision

Viewing changes to xslt/docbook/common/db-title.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Michael Terry
  • Date: 2011-07-09 10:02:21 UTC
  • mto: (11.1.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 13.
  • Revision ID: james.westby@ubuntu.com-20110709100221-27hsncxrd63leyx4
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
250
250
  </xsl:choose>
251
251
</xsl:template>
252
252
 
 
253
<!-- = db.title.mode % qandaentry = -->
 
254
<xsl:template mode="db.title.mode" match="qandaentry | db:qandaentry">
 
255
  <xsl:apply-templates mode="db.title.mode" select="question | db:question"/>
 
256
</xsl:template>
 
257
 
 
258
<!-- = db.title.mode % question = -->
 
259
<xsl:template mode="db.title.mode" match="question">
 
260
  <xsl:apply-templates select=".//para/node()"/>
 
261
</xsl:template>
 
262
<xsl:template mode="db.title.mode" match="db:question">
 
263
  <xsl:apply-templates select=".//db:para/node()"/>
 
264
</xsl:template>
 
265
 
253
266
<!-- = db.title.mode % part = -->
254
267
<xsl:template mode="db.title.mode" match="part | db:part">
255
268
  <xsl:choose>