hholzgra                Mon Jan 16 23:27:40 2006 UTC

  Modified files:              
    /phpdoc/dsssl       print.dsl.in 
    /phpdoc/xsl fo.xsl 
  Log:
  TODO items
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/dsssl/print.dsl.in?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/dsssl/print.dsl.in
diff -u phpdoc/dsssl/print.dsl.in:1.5 phpdoc/dsssl/print.dsl.in:1.6
--- phpdoc/dsssl/print.dsl.in:1.5       Fri Jan  2 19:00:11 2004
+++ phpdoc/dsssl/print.dsl.in   Mon Jan 16 23:27:40 2006
@@ -7,7 +7,7 @@
 
 <!--
 
-  $Id: print.dsl.in,v 1.5 2004/01/02 19:00:11 hholzgra Exp $
+  $Id: print.dsl.in,v 1.6 2006/01/16 23:27:40 hholzgra Exp $
 
   This file contains printout-specific stylesheet customization.
 
@@ -267,6 +267,7 @@
                )
 
 (element function
+       ;; TODO make context aware as in html-common.dsl, maybe merge code into 
a common function?
   (let* ((function-name (data (current-node)))
      (linkend 
       (string-append
http://cvs.php.net/viewcvs.cgi/phpdoc/xsl/fo.xsl?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/xsl/fo.xsl
diff -u phpdoc/xsl/fo.xsl:1.8 phpdoc/xsl/fo.xsl:1.9
--- phpdoc/xsl/fo.xsl:1.8       Mon Jan 16 14:53:42 2006
+++ phpdoc/xsl/fo.xsl   Mon Jan 16 23:27:40 2006
@@ -719,6 +719,7 @@
 
 <!-- Make FUNCTIONS bold, add parenthesis, and if target
      exists and it's no title, link them to their refentry  -->
+<!-- TODO add context-aware linking as in html-chunked.dsl -->
 <xsl:template match="function">
   <xsl:variable name="content">
     <xsl:apply-templates/>

Reply via email to