aboutsummaryrefslogtreecommitdiff
path: root/rcynic-ng/show.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'rcynic-ng/show.xsl')
-rw-r--r--rcynic-ng/show.xsl5
1 files changed, 1 insertions, 4 deletions
diff --git a/rcynic-ng/show.xsl b/rcynic-ng/show.xsl
index 91fea74c..9a31082f 100644
--- a/rcynic-ng/show.xsl
+++ b/rcynic-ng/show.xsl
@@ -17,10 +17,6 @@
<!-- $Id$ -->
-<!--
- - XSL stylesheet to render rcynic's xml-summary output as tab-delimited text.
- -->
-
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="text" encoding="US-ASCII"/>
@@ -34,6 +30,7 @@
</xsl:for-each>
<xsl:text>&#10;</xsl:text>
<xsl:for-each select="rcynic-summary/validation_status">
+ <xsl:sort order="ascending" data-type="text" select="."/>
<xsl:value-of select="@timestamp"/>
<xsl:text>&#9;</xsl:text>
<xsl:value-of select="@status"/>