goba Sun Feb 10 06:01:57 2002 EDT
Modified files:
/phpdoc/xsl html-common.xsl
Log:
Added code for refentry titlepage, so a title for a refentry will be printed
Index: phpdoc/xsl/html-common.xsl
diff -u phpdoc/xsl/html-common.xsl:1.8 phpdoc/xsl/html-common.xsl:1.9
--- phpdoc/xsl/html-common.xsl:1.8 Sun Feb 10 05:13:33 2002
+++ phpdoc/xsl/html-common.xsl Sun Feb 10 06:01:57 2002
@@ -3,7 +3,7 @@
Common HTML customizations
- $Id: html-common.xsl,v 1.8 2002/02/10 10:13:33 goba Exp $
+ $Id: html-common.xsl,v 1.9 2002/02/10 11:01:57 goba Exp $
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -152,6 +152,14 @@
<xsl:copy-of select="$content"/>
</xsl:otherwise>
</xsl:choose>
+</xsl:template>
+
+<!-- Call title printout code - this was not working in
+ the 1.48 DBXML distribution -->
+<xsl:template name="refentry.titlepage">
+ <div class="titlepage">
+ <xsl:call-template name="refentry.title"/>
+ </div>
</xsl:template>
</xsl:stylesheet>