vgritsenko 01/08/14 20:31:19
Modified: webapp/stylesheets/system Tag: cocoon_20_branch
error2html.xsl
Log:
stack trace formatting
Revision Changes Path
No revision
No revision
1.2.2.1 +2 -1 xml-cocoon2/webapp/stylesheets/system/error2html.xsl
Index: error2html.xsl
===================================================================
RCS file: /home/cvs/xml-cocoon2/webapp/stylesheets/system/error2html.xsl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -r1.2 -r1.2.2.1
--- error2html.xsl 2001/05/23 12:32:21 1.2
+++ error2html.xsl 2001/08/15 03:31:19 1.2.2.1
@@ -104,8 +104,9 @@
</font>
</td>
<td bgcolor="#ffffff">
+ <xsl:variable name="x" select="translate(.,' ',' ')"/>
<pre>
- <xsl:value-of select="."/>
+ <xsl:value-of select="$x"/>
</pre>
</td>
</tr>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]