nlopess         Sat Sep  4 10:21:38 2004 EDT

  Modified files:              
    /phpdoc/htmlhelp    README.txt 
  Log:
  try to fix the doctypes problems
  
http://cvs.php.net/diff.php/phpdoc/htmlhelp/README.txt?r1=1.5&r2=1.6&ty=u
Index: phpdoc/htmlhelp/README.txt
diff -u phpdoc/htmlhelp/README.txt:1.5 phpdoc/htmlhelp/README.txt:1.6
--- phpdoc/htmlhelp/README.txt:1.5      Sat Sep  4 07:16:48 2004
+++ phpdoc/htmlhelp/README.txt  Sat Sep  4 10:21:38 2004
@@ -15,6 +15,10 @@
     From the phpdoc root directory:
         cvs update -dP -D'December 31, 2002 11:00pm' xsl
 
+        # ensure the version information is up-to-date and that
+        # html doctypes are included
+        cvs up -A xsl/version.xml xsl/docbook/html/chunker.xsl
+
     {Volunteer to fix the customizations if you are willing
      to, but otherwise you cannot do much more but use the old
      sheets}
@@ -42,7 +46,10 @@
     <xsl:template match="collabname" mode="titlepage.mode">
       <xsl:apply-templates />
     </xsl:template>
-    
+
+    <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'"/>
+
     to xsl/html-common.xsl.
 
  5. Run "make chm_xsl"

Reply via email to