You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2005/08/13 23:24:13 UTC

svn commit: r232527 - /cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt

Author: sylvain
Date: Sat Aug 13 14:24:08 2005
New Revision: 232527

URL: http://svn.apache.org/viewcvs?rev=232527&view=rev
Log:
Display parent causes first

Modified:
    cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt

Modified: cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt
URL: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt?rev=232527&r1=232526&r2=232527&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt (original)
+++ cocoon/branches/BRANCH_2_1_X/src/webapp/stylesheets/system/exception2html.xslt Sat Aug 13 14:24:08 2005
@@ -73,6 +73,7 @@
         </p>
         <div id="locations">
           <xsl:for-each select="ex:cocoon-stacktrace/ex:exception">
+            <xsl:sort select="position()" order="descending"/>
             <strong>
                <xsl:for-each select="str:split(ex:message, '&#10;')">
                   <xsl:if test="normalize-space(.)">