XSLT filter uses XML config for to list each supported recordSchema.
[idzebra-moved-to-github.git] / test / xslt / xslt1.c
index df980ef..07788ee 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xslt1.c,v 1.2 2005-05-01 07:17:47 adam Exp $
+/* $Id: xslt1.c,v 1.3 2005-05-31 14:18:17 adam Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -35,7 +35,7 @@ int main(int argc, char **argv)
 
     zebra_init(zh);
 
-    zebra_set_resource(zh, "recordType", "xslt1.marc1.xsl");
+    zebra_set_resource(zh, "recordType", "xslt1.marcschema.xml");
 
     zebra_begin_trans(zh, 1);
     sprintf(path, "%.200s/marc-col.xml", get_srcdir());