changed xslt filter to expand config file and xslt stylesheet file names according...
[idzebra-moved-to-github.git] / test / xslt / xslt2.c
index fa7ed33..7a79f91 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: xslt2.c,v 1.7 2006-03-31 15:58:10 adam Exp $
+/* $Id: xslt2.c,v 1.8 2006-04-26 13:27:16 marc Exp $
    Copyright (C) 1995-2005
    Index Data ApS
 
@@ -26,6 +26,7 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 static void tst(int argc, char **argv)
 {
     char path[256];
+    char profile_path[256];
     char record_buf[20000];
     const char *records_array[] = {
        record_buf, 0
@@ -42,6 +43,10 @@ static void tst(int argc, char **argv)
     
     zebra_init(zh);
 
+    sprintf(profile_path, "%s:%s/../../tab", 
+            tl_get_srcdir(), tl_get_srcdir());
+    zebra_set_resource(zh, "profilePath", profile_path);
+
     zebra_set_resource(zh, "recordType", "xslt.marcschema-col.xml");
 
     sprintf(path, "%.200s/marc-col.xml", tl_get_srcdir());