nlopess         Sat Oct 30 09:50:52 2004 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl 
  Log:
  try to fix some echm problems with skins
  
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.3&r2=1.4&ty=u
Index: phpdoc/xsl/htmlhelp.xsl
diff -u phpdoc/xsl/htmlhelp.xsl:1.3 phpdoc/xsl/htmlhelp.xsl:1.4
--- phpdoc/xsl/htmlhelp.xsl:1.3 Tue Oct 19 11:11:09 2004
+++ phpdoc/xsl/htmlhelp.xsl     Sat Oct 30 09:50:50 2004
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl,v 1.3 2004/10/19 15:11:09 techtonik Exp $
+  $Id: htmlhelp.xsl,v 1.4 2004/10/30 13:50:50 nlopess Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -21,6 +21,8 @@
 <!-- configure/able/ parameters -->
 <xsl:include href="htmlhelp-config.xsl"/>
 
+<xsl:param name="chunker.output.doctype-system" 
select="'http://www.w3.org/TR/html4/loose.dtd'"/>
+<xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD HTML 4.01 
Transitional//EN'"/>
 
 <xsl:param name="base.dir" select="'htmlhelp/html/'"/>
 <!-- project files for HTML Help are written into base.dir instead of current 
directory -->
@@ -426,4 +428,7 @@
   </h3>
 </xsl:template>
 
+<xsl:template match="titleabbrev" />
+<xsl:template match="collab" />
+
 </xsl:stylesheet>

Reply via email to