From: Anders S. Mortensen Date: Fri, 2 Feb 2007 12:44:43 +0000 (+0000) Subject: Added a little note. X-Git-Tag: CPAN-v1.02~54^2~575 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=a201fa95151f3bff6b26fd5930d4dd48582bc8b2 Added a little note. --- 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;