For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > October 2004 > cvs: phpdoc /xsl howto.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 /xsl howto.xsl
Anatoly Techtonik

2004-10-29, 3:56 pm

techtonik Fri Oct 29 09:00:23 2004 EDT

Modified files:
/phpdoc/xsl howto.xsl
Log:
correct output when whole programlisting is located on one line

http://cvs.php.net/diff.php/phpdoc/...1.2&r2=1.3&ty=u
Index: phpdoc/xsl/howto.xsl
diff -u phpdoc/xsl/howto.xsl:1.2 phpdoc/xsl/howto.xsl:1.3
--- phpdoc/xsl/howto.xsl:1.2 Fri Oct 1 12:41:50 2004
+++ phpdoc/xsl/howto.xsl Fri Oct 29 09:00:22 2004
@@ -3,7 +3,7 @@

HOWTO specific stylesheet based on Docbook XSL 1.66.1

- $Id: howto.xsl,v 1.2 2004/10/01 16:41:50 techtonik Exp $
+ $Id: howto.xsl,v 1.3 2004/10/29 13:00:22 techtonik Exp $

-->
<!--
@@ -258,7 +258,7 @@
</xsl:when>
<xsl:otherwise>
<xsl:if test="normalize-space($string)">
- <xsl:copy-of select="$string"/>
+ <xsl:value-of select="$string"/>
</xsl:if>
</xsl:otherwise>
</xsl:choose>
Sponsored Links







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

Copyright 2008 codecomments.com