Make two xslt filters, "xslt" which does not split (reads whole
[idzebra-moved-to-github.git] / test / xslt / xslt2.c
index 1d69c8a..8ab9450 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xslt2.c,v 1.1 2005-04-28 12:34:45 adam Exp $
+/* $Id: xslt2.c,v 1.2 2005-05-01 07:17:47 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -36,7 +36,13 @@ int main(int argc, char **argv)
     ZebraService zs = start_up(0, argc, argv);
     ZebraHandle  zh = zebra_open(zs);
 
-    check_filter(zs, "xslt");
+    check_filter(zs, "xslt1");
+
+    zebra_select_database(zh, "Default");
+    
+    zebra_init(zh);
+
+    zebra_set_resource(zh, "recordType", "xslt1.marc1.xsl");
 
     sprintf(path, "%.200s/marc-col.xml", get_srcdir());
     f = fopen(path, "rb");