techtonik               Mon Nov  1 07:17:49 2004 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl 
  Log:
  link with common.xsl
  
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.5&r2=1.6&ty=u
Index: phpdoc/xsl/htmlhelp.xsl
diff -u phpdoc/xsl/htmlhelp.xsl:1.5 phpdoc/xsl/htmlhelp.xsl:1.6
--- phpdoc/xsl/htmlhelp.xsl:1.5 Sun Oct 31 05:07:09 2004
+++ phpdoc/xsl/htmlhelp.xsl     Mon Nov  1 07:17:49 2004
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl,v 1.5 2004/10/31 10:07:09 techtonik Exp $
+  $Id: htmlhelp.xsl,v 1.6 2004/11/01 12:17:49 techtonik Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -17,6 +17,7 @@
 
 <xsl:import href="./docbook/html/chunk.xsl"/>
 <xsl:import href="./docbook/htmlhelp/htmlhelp-common.xsl"/>
+<xsl:import href="common.xsl"/>
 
 <!-- configure/able/ parameters -->
 <xsl:include href="htmlhelp-config.xsl"/>
@@ -28,6 +29,7 @@
 <!-- project files for HTML Help are written into base.dir instead of current 
directory -->
 <xsl:param name="manifest.in.base.dir" select="1"/>
 <xsl:param name="use.id.as.filename" select="1"/>
+<xsl:param name="chunk.quietly" select="1"/>
 
 <!-- Supress the ",figure,example,equation" (like DSSSL output). -->
 <xsl:param name="generate.toc">
@@ -442,7 +444,4 @@
   </h3>
 </xsl:template>
 
-<!-- FIX: temporary till also this is in std.-distrib. -->
-<xsl:template match="reference/titleabbrev"></xsl:template>
-
 </xsl:stylesheet>

Reply via email to