bjori Mon Feb 5 22:28:36 2007 UTC Modified files: /phpdoc/phpbook/phpbook-xsl phpweb.xsl Log: Silence those annoying "ID recommended.." warnings http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/phpweb.xsl?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/phpbook/phpbook-xsl/phpweb.xsl diff -u phpdoc/phpbook/phpbook-xsl/phpweb.xsl:1.2 phpdoc/phpbook/phpbook-xsl/phpweb.xsl:1.3 --- phpdoc/phpbook/phpbook-xsl/phpweb.xsl:1.2 Tue Jan 30 18:27:41 2007 +++ phpdoc/phpbook/phpbook-xsl/phpweb.xsl Mon Feb 5 22:28:36 2007 @@ -3,7 +3,7 @@ PHP.net web site specific stylesheet - $Id: phpweb.xsl,v 1.2 2007/01/30 18:27:41 bjori Exp $ + $Id: phpweb.xsl,v 1.3 2007/02/05 22:28:36 bjori Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -13,6 +13,10 @@ <xsl:include href="html-common.xsl"/> <xsl:include href="html-chunk.xsl"/> +<!-- Ignore the annoying "ID recommended on..." warnings + They are flooding the real warnings --> +<xsl:param name="id.warnings" select="0"/> + <!-- Write files to the 'php' dir, use the '.php' extension --> <xsl:param name="base.dir" select="'php/'"/> <xsl:param name="html.ext" select="'.php'"/>