diff options
Diffstat (limited to 'rcynic-ng/show.xsl')
-rw-r--r-- | rcynic-ng/show.xsl | 5 |
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> </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>	</xsl:text> <xsl:value-of select="@status"/> |