svn commit: r692458 - /lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl

[email protected]
Newsgroups gmane.comp.cms.lenya.cvs
Message-ID <[email protected]>
Author: rfrovarp
Date: Fri Sep  5 08:21:45 2008
New Revision: 692458

URL: http://svn.apache.org/viewvc?rev=692458&view=rev
Log:
Sort by average time. I couldn't see any pattern for the sort via @time.

Modified:
    lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl

Modified: lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl?rev=692458&r1=692457&r2=692458&view=diff
==============================================================================
--- lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl (original)
+++ lenya/trunk/src/modules/profiling/xslt/profile2xhtml.xsl Fri Sep  5 08:21:45 2008
@@ -76,7 +76,7 @@
         </xsl:when>
         <xsl:when test="$sort = 'time'">
           <xsl:apply-templates select="profile:pipeline">
-            <xsl:sort select="@time" data-type="number"/>
+            <xsl:sort select="profile:average/@time" data-type="number"/>
           </xsl:apply-templates>
         </xsl:when>
         <xsl:when test="$sort = 'count'">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.