Added a little note.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 2 Feb 2007 12:44:43 +0000 (12:44 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Fri, 2 Feb 2007 12:44:43 +0000 (12:44 +0000)
bin/irspy_xsltproc.pl

index e2cf45d..30869be 100755 (executable)
@@ -1,6 +1,13 @@
 #!/usr/bin/perl -w
 
 #!/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;
 
 use strict;
 use warnings;