]> granicus.if.org Git - docbook-dsssl/commitdiff
Handle webpage in title.markup mode
authorNorman Walsh <ndw@nwalsh.com>
Sun, 15 Sep 2002 21:11:37 +0000 (21:11 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sun, 15 Sep 2002 21:11:37 +0000 (21:11 +0000)
website/xsl/website-common.xsl

index 265342f9dee56cb35aeccccafd3553fc12c0ae3d..29c7678da0cb72d5684a4d3b43e87ebb5dc568a2 100644 (file)
@@ -362,6 +362,12 @@ node.</para>
 
 <!-- ==================================================================== -->
 
+<xsl:template match="webpage" mode="title.markup">
+  <xsl:apply-templates select="head/title"/>
+</xsl:template>
+
+<!-- ==================================================================== -->
+
 <xsl:template name="directory-depth">
   <xsl:param name="dir"></xsl:param>
   <xsl:param name="count" select="0"/>