bjori Wed Jan 31 11:53:14 2007 UTC
Modified files:
/phpdoc/phpbook/phpbook-xsl html-common.xsl
Log:
Replace refname -> with :: and () with nothing when doing version info search
http://cvs.php.net/viewvc.cgi/phpdoc/phpbook/phpbook-xsl/html-common.xsl?r1=1.3&r2=1.4&diff_format=u
Index: phpdoc/phpbook/phpbook-xsl/html-common.xsl
diff -u phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.3
phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.4
--- phpdoc/phpbook/phpbook-xsl/html-common.xsl:1.3 Tue Jan 30 23:06:58 2007
+++ phpdoc/phpbook/phpbook-xsl/html-common.xsl Wed Jan 31 11:53:14 2007
@@ -3,7 +3,7 @@
html-common.xsl: Common HTML customizations
- $Id: html-common.xsl,v 1.3 2007/01/30 23:06:58 bjori Exp $
+ $Id: html-common.xsl,v 1.4 2007/01/31 11:53:14 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/[EMAIL
PROTECTED](current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
'abcdefghijklmnopqrstuvwxyz')]/@from" />
+ <xsl:param name="versionInfo" select="$version/[EMAIL
PROTECTED](current()/refname, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ->()',
'abcdefghijklmnopqrstuvwxyz::')]/@from" />
<p>
<xsl:text>(</xsl:text>
<xsl:choose>