]> granicus.if.org Git - docbook-dsssl/commitdiff
Call the *.head.content templates when writing out legalnotice chunks
authorNorman Walsh <ndw@nwalsh.com>
Fri, 20 Sep 2002 11:14:49 +0000 (11:14 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Fri, 20 Sep 2002 11:14:49 +0000 (11:14 +0000)
xsl/html/titlepage.xsl

index dcb672a80bf7b40b3eaaadd86a529764156626d8..b965bba37fd2f2b1e59cba5a380955d645388bc2 100644 (file)
         <xsl:with-param name="content">
           <html>
             <head>
-              <title><xsl:value-of select="$title"/></title>
+              <xsl:call-template name="system.head.content"/>
+              <xsl:call-template name="head.content"/>
+              <xsl:call-template name="user.head.content"/>
             </head>
             <body>
               <xsl:call-template name="body.attributes"/>