For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > July 2007 > cvs: phpdoc /phpbook/phpbook-xsl html.xsl









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /phpbook/phpbook-xsl html.xsl
Hannes Magnusson

2007-07-29, 8:00 am

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/phpdo...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.') -->
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com