From 012f568128178f49a2570f9a34e2118504391543 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Thu, 17 Jul 2014 12:47:07 +0200 Subject: [PATCH] Bug 6536: Two simple test XSLT files You could use Add901.xsl or Set003ABC.xsl in field add_xslt of table z3950servers when testing this report. Set003ABC will change field 003 into ABC. And Add901 adds a tag 901. Signed-off-by: Giuseppe Angilella --- koha-tmpl/intranet-tmpl/prog/en/xslt/Add901.xsl | 28 ++++++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/xslt/Set003ABC.xsl | 23 ++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Add901.xsl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/xslt/Set003ABC.xsl diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Add901.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Add901.xsl new file mode 100644 index 0000000..f5a5dbb --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/Add901.xsl @@ -0,0 +1,28 @@ + + + + + + + + + + + + + Hi, I am 901 + + + + + + + + + + + + diff --git a/koha-tmpl/intranet-tmpl/prog/en/xslt/Set003ABC.xsl b/koha-tmpl/intranet-tmpl/prog/en/xslt/Set003ABC.xsl new file mode 100644 index 0000000..702be79 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/xslt/Set003ABC.xsl @@ -0,0 +1,23 @@ + + + + + + + + + + ABC + + + + + + + + + + -- 1.7.10.4