X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Falvis.c;h=3f4754ef15d39584d76797b8d0ec90cc3b426a32;hb=9eaf65aa25be411fbd6298292f5ad7a7df7083ed;hp=40405e1c33cfe9bc4304d7eb6ea8fda61d0e6a95;hpb=852d5f1f9aa0a70f7e54a68143ee86752394a2f2;p=idzebra-moved-to-github.git diff --git a/index/alvis.c b/index/alvis.c index 40405e1..3f4754e 100644 --- a/index/alvis.c +++ b/index/alvis.c @@ -1,4 +1,4 @@ -/* $Id: alvis.c,v 1.3 2006-08-22 13:39:26 adam Exp $ +/* $Id: alvis.c,v 1.4 2006-11-03 23:17:08 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -35,6 +35,10 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include #include +#if YAZ_HAVE_EXSLT +#include +#endif + #include #include @@ -140,6 +144,10 @@ static void *filter_init(Res res, RecType recType) tinfo->doc = 0; tinfo->schemas = 0; +#if YAZ_HAVE_EXSLT + exsltRegisterAll(); +#endif + #if ENABLE_INPUT_CALLBACK xmlRegisterDefaultInputCallbacks(); xmlRegisterInputCallbacks(zebra_xmlInputMatchCallback,