From 45680371004a552b60c1253cd4d7c17d01ea2301 Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Fri, 2 Feb 2007 12:44:43 +0000 Subject: [PATCH 1/1] Added a little note. --- bin/irspy_xsltproc.pl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/bin/irspy_xsltproc.pl b/bin/irspy_xsltproc.pl index e2cf45d..30869be 100755 --- a/bin/irspy_xsltproc.pl +++ b/bin/irspy_xsltproc.pl @@ -1,6 +1,13 @@ #!/usr/bin/perl -w -# $Id: irspy_xsltproc.pl,v 1.2 2007-02-02 12:40:51 sondberg Exp $ +# $Id: irspy_xsltproc.pl,v 1.3 2007-02-02 12:44:43 sondberg Exp $ +# ------------------------------------------------------------------ +# This script is only for debugging purposes - it takes a raw IRspy +# xml output document as argument and executes the irspy2zeerex.xsl +# transformation right in front of you: +# +# ./irspy_xsltproc.pl irspy_output_raw.xml +# use strict; use warnings; -- 1.7.10.4