techtonik               Sun Nov 14 08:28:52 2004 EDT

  Modified files:              
    /phpdoc/xsl common.xsl 
  Log:
  add some comments (save state)
  
http://cvs.php.net/diff.php/phpdoc/xsl/common.xsl?r1=1.22&r2=1.23&ty=u
Index: phpdoc/xsl/common.xsl
diff -u phpdoc/xsl/common.xsl:1.22 phpdoc/xsl/common.xsl:1.23
--- phpdoc/xsl/common.xsl:1.22  Sun Nov 14 08:15:42 2004
+++ phpdoc/xsl/common.xsl       Sun Nov 14 08:28:52 2004
@@ -3,12 +3,21 @@
 
   common.xsl: Common customizations for all HTML formats
 
-  $Id: common.xsl,v 1.22 2004/11/14 13:15:42 techtonik Exp $
+  $Id: common.xsl,v 1.23 2004/11/14 13:28:52 techtonik Exp $
 
 -->
 <!-- 
   What is done in this stylesheet as common to all HTML output formats:
-  - 
+  - shade programlistings and screens
+  - function page title generated from function name
+  - display PHP version information from version.xml
+  - render functions prototypes in specific PHP way
+  - preserve "role" attributes for programlistings
+  - strip empty newlines around programlistings
+  - TOC labels (like section numbers) are not included in TOC href
+  - style admonitions and collab names
+  - output "parameter" enclosed in vars like in DSSSL
+  - link <function> blocks to appropriate function references
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 version="1.0">

Reply via email to