goba Sun Aug 4 10:15:19 2002 EDT Modified files: /phpdoc/xsl htmlhelp.xsl.in Log: AAArrrggh, there we also need to select=".", otherwise we get really weird results Index: phpdoc/xsl/htmlhelp.xsl.in diff -u phpdoc/xsl/htmlhelp.xsl.in:1.33 phpdoc/xsl/htmlhelp.xsl.in:1.34 --- phpdoc/xsl/htmlhelp.xsl.in:1.33 Sun Aug 4 07:50:14 2002 +++ phpdoc/xsl/htmlhelp.xsl.in Sun Aug 4 10:15:18 2002 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl.in,v 1.33 2002/08/04 11:50:14 goba Exp $ + $Id: htmlhelp.xsl.in,v 1.34 2002/08/04 14:15:18 goba Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -222,7 +222,7 @@ but print out them in header --> <xsl:template match="methodsynopsis"/> <xsl:template match="methodsynopsis" mode="htmlhelp.methodsyn"> - <xsl:apply-templates mode="php"/><br/> + <xsl:apply-templates select="." mode="php"/><br/> </xsl:template> <!-- do not enclose <methodname> in a <tt> -->
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php