~ubuntu-branches/ubuntu/quantal/yelp-xsl/quantal

« 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
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20110709100221-5ys7oh9pzgyaaoo4
Tags: 3.1.2-0ubuntu1
* New upstream release.
* debian/control.in:
  - Build-Depend on itstool
  - Point at Ubuntu's branch
* debian/watch:
  - Fix URL

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>