projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86e26bc
)
Added a little note.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 2 Feb 2007 12:44:43 +0000
(12:44 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Fri, 2 Feb 2007 12:44:43 +0000
(12:44 +0000)
bin/irspy_xsltproc.pl
patch
|
blob
|
history
diff --git
a/bin/irspy_xsltproc.pl
b/bin/irspy_xsltproc.pl
index
e2cf45d
..
30869be
100755
(executable)
--- 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;