For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > February 2007 > cvs: phpdoc /phpbook/phpbook-xsl html-common.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-common.xsl
Hannes Magnusson

2007-02-28, 10:00 pm

bjori Thu Mar 1 01:02:02 2007 UTC

Modified files:
/phpdoc/phpbook/phpbook-xsl html-common.xsl
Log:
That should be a variable, ofcourse (patch by Rob Richards)


http://cvs.php.net/viewvc.cgi/phpdo...2&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.11 phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.12
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.11 Tue Feb 6 10:44:27 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl Thu Mar 1 01:02:02 2007
@@ -3,7 +3,7 @@

html-common.xsl: Common HTML customizations

- $Id: html-common.xsl,v 1.11 2007/02/06 10:44:27 bjori Exp $
+ $Id: html-common.xsl,v 1.12 2007/03/01 01:02:02 bjori Exp $

-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -255,7 +255,7 @@
<xsl:apply-templates select="refname[1]"/>
</h1>
<xsl:if test="ancestor::part/@id='funcref' or ancestor::part/@id='pecl-funcref'">
- <xsl:param name="versionInfo" select="$version/function[@name=translate(current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ->()', 'abcdefghijklmnopqrstuvwxyz::')]/@from" />
+ <xsl:variable name="versionInfo" select="$version/function[@name=translate(current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ->()', 'abcdefghijklmnopqrstuvwxyz::')]/@from" />
<p>
<xsl:text>(</xsl:text>
<xsl:choose>
Sponsored Links







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

Copyright 2008 codecomments.com