[jboss-svn-commits] JBL Code SVN: r30984 - labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jan 8 12:17:57 EST 2010


Author: whitingjr
Date: 2010-01-08 12:17:56 -0500 (Fri, 08 Jan 2010)
New Revision: 30984

Removed:
   labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/analyseresults-02.xsl
Log:
Removed.


Deleted: labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/analyseresults-02.xsl
===================================================================
--- labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/analyseresults-02.xsl	2010-01-08 16:31:44 UTC (rev 30983)
+++ labs/jbosstm/workspace/whitingjr/trunk/performance/src/main/resources/xsl/analyseresults-02.xsl	2010-01-08 17:17:56 UTC (rev 30984)
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0"
-   xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-   
-   <xsl:template match="/">
-      <xsl:apply-templates/>
-   </xsl:template>
-   
-   <xsl:template match="analysis">
-      <xsl:copy>
-         <xsl:apply-templates/>
-      </xsl:copy>
-   </xsl:template>
-   
-   <xsl:template match="summary-analysis">
-      <xsl:copy>
-         <xsl:copy-of select="category-0"/>
-         
-         <xsl:apply-templates select="category-A"/>
-         
-         <xsl:copy-of select="category-B"/>
-         <xsl:copy-of select="category-C"/>
-         <xsl:copy-of select="category-D"/>
-      </xsl:copy>
-   </xsl:template>
-   
-   <xsl:template match="category-A">
-      <xsl:copy>
-         <xsl:element name="frame" >
-            <xsl:attribute name="everything">else</xsl:attribute>
-            <xsl:element name="methodDuration">
-               <xsl:element name="gross"><xsl:value-of select="preceding::frame/methodDuration/gross - sum (following::frame/methodDuration/gross)"/></xsl:element>
-               <xsl:element name="net"><xsl:value-of select="preceding::frame/methodDuration/net - sum (following::frame/methodDuration/net)"/></xsl:element>
-               <xsl:element name="gross-average"><xsl:value-of select="(preceding::frame/methodDuration/gross - sum (following::frame/methodDuration/gross)) div preceding::frame/@c"/></xsl:element>
-               <xsl:element name="net-average"><xsl:value-of select="(preceding::frame/methodDuration/net - sum (following::frame/methodDuration/net)) div preceding::frame/@c"/></xsl:element>
-            </xsl:element>
-            <xsl:comment>Package totals are not relevant</xsl:comment>
-         </xsl:element>
-      </xsl:copy>
-   </xsl:template>
-   
-</xsl:stylesheet>
\ No newline at end of file



More information about the jboss-svn-commits mailing list