diff options
author | Rob Austein <sra@hactrn.net> | 2011-07-07 21:57:01 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-07-07 21:57:01 +0000 |
commit | 0fe6b732c4da8375de0fa70a9c8fecde3141316f (patch) | |
tree | ae14aa4fb2ef7fd82432e7c18208110693170fb1 /rcynic-ng/show.xsl | |
parent | f64d3f1fe45ce0f3e900900e92b23355285f43db (diff) |
Feh, was testing wrong version of script
svn path=/rcynic-ng/show.awk; revision=3921
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"/> |