removing the XSLT filter from the build, only keeping the ALVIS filter
[idzebra-moved-to-github.git] / recctrl / recctrl.c
index 586a187..6729af6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: recctrl.c,v 1.24 2006-05-05 07:34:26 adam Exp $
+/* $Id: recctrl.c,v 1.26 2006-05-31 16:11:58 marc Exp $
    Copyright (C) 1995-2006
    Index Data ApS
 
@@ -134,15 +134,17 @@ RecTypeClass recTypeClass_create (Res res, NMEM nmem)
 #endif
 #endif
 
+
 #ifdef IDZEBRA_STATIC_XSLT
 #if HAVE_XSLT
-    if (1)
+    if (0)
     {
        extern RecType idzebra_filter_xslt[];
        recTypeClass_add (&rts, idzebra_filter_xslt, nmem, 0);
     }
 #endif
 #endif
+
     return rts;
 }
 
@@ -299,3 +301,11 @@ RecType recType_byName (RecTypes rts, Res res, const char *name,
     return 0;
 }
 
+/*
+ * Local variables:
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ * vim: shiftwidth=4 tabstop=8 expandtab
+ */
+