From a8092592e1febfd07f451dff0ab8aef21f08fe80 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 7 Jun 2005 11:38:16 +0000 Subject: [PATCH] Added snippet stylesheet test. --- test/xslt/Makefile.am | 5 +++-- test/xslt/snippet.xsl | 17 +++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 test/xslt/snippet.xsl diff --git a/test/xslt/Makefile.am b/test/xslt/Makefile.am index 363a172..8936ba8 100644 --- a/test/xslt/Makefile.am +++ b/test/xslt/Makefile.am @@ -1,9 +1,10 @@ -# $Id: Makefile.am,v 1.5 2005-06-01 14:42:29 adam Exp $ +# $Id: Makefile.am,v 1.6 2005-06-07 11:38:16 adam Exp $ check_PROGRAMS = xslt1 xslt2 xslt3 TESTS = $(check_PROGRAMS) -EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl marcschema.xml +EXTRA_DIST=zebra.cfg marc-col.xml marc-one.xml index.xsl id.xsl \ + marcschema.xml snippet.xsl xslt1_SOURCES = xslt1.c xslt2_SOURCES = xslt2.c diff --git a/test/xslt/snippet.xsl b/test/xslt/snippet.xsl new file mode 100644 index 0000000..6d027ea --- /dev/null +++ b/test/xslt/snippet.xsl @@ -0,0 +1,17 @@ + + + + + + + + + + + + + -- 1.7.10.4