techtonik Wed Nov 3 15:53:44 2004 EDT
Modified files: /phpdoc/xsl htmlhelp.xsl Log: _blank target for external links shade verbatims with CSS hence get rid of table wrapper http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl?r1=1.10&r2=1.11&ty=u Index: phpdoc/xsl/htmlhelp.xsl diff -u phpdoc/xsl/htmlhelp.xsl:1.10 phpdoc/xsl/htmlhelp.xsl:1.11 --- phpdoc/xsl/htmlhelp.xsl:1.10 Wed Nov 3 02:20:24 2004 +++ phpdoc/xsl/htmlhelp.xsl Wed Nov 3 15:53:40 2004 @@ -3,7 +3,7 @@ HTML Help specific stylesheet - $Id: htmlhelp.xsl,v 1.10 2004/11/03 07:20:24 techtonik Exp $ + $Id: htmlhelp.xsl,v 1.11 2004/11/03 20:53:40 techtonik Exp $ --> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" @@ -22,6 +22,9 @@ <!-- configure/able/ parameters --> <xsl:include href="htmlhelp-config.xsl"/> +<!-- we use CSS styling to make verbatim sections look nicy --> +<xsl:param name="shade.verbatim" select="0"/> + <xsl:param name="chunker.output.doctype-system" select="'http://www.w3.org/TR/html4/loose.dtd'"/> <xsl:param name="chunker.output.doctype-public" select="'-//W3C//DTD HTML 4.01 Transitional//EN'"/> @@ -51,6 +54,9 @@ set toc </xsl:param> +<!-- Target window for external ulinks --> +<xsl:param name="ulink.target" select="'_blank'"/> + <!-- *************** HTML HELP PROJECT PARAMETERS **************** -->