bjori           Sun Jul 29 10:10:37 2007 UTC

  Modified files:              
    /phpdoc/phpbook/phpbook-xsl html.xsl 
  Log:
  Ignore 'id recommended' warnings
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html.xsl?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html.xsl:1.2 
phpdoc/phpbook/phpbook-xsl/html.xsl:1.3
--- phpdoc/phpbook/phpbook-xsl/html.xsl:1.2     Wed Jan 31 19:53:11 2007
+++ phpdoc/phpbook/phpbook-xsl/html.xsl Sun Jul 29 10:10:37 2007
@@ -3,7 +3,7 @@
 
   html.xsl: Chunked HTML specific stylesheet
 
-  $Id: html.xsl,v 1.2 2007/01/31 19:53:11 bjori Exp $
+  $Id: html.xsl,v 1.3 2007/07/29 10:10:37 bjori Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -17,6 +17,9 @@
      using the IDs in documents -->
 <xsl:param name="base.dir" select="'html/'"/>
 
+<!-- Ignore the annoying "ID recommended on..." warnings -->
+<xsl:param name="id.warnings" select="0"/>
+
 <!-- NAVIGATION-HEADERS: let them look similar to dsssl
      (not in 1st page, 1st line always "PHP manual", titles
      labelled just with e.g. 'A.' instead of 'appendix A.') -->

Reply via email to