From 765957430fd4b748c2d8f70ee546308fad4359f8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 30 May 2002 21:36:59 +0000 Subject: applied a patch from Mark Vakoc to implement the EXSLT object * win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c libexslt/dynamic.c libexslt/exslt.c libexslt/exslt.h: applied a patch from Mark Vakoc to implement the EXSLT object dyn:evaluate(string) extension function, and a small fix to date.c Daniel --- libexslt/exslt.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libexslt/exslt.c') diff --git a/libexslt/exslt.c b/libexslt/exslt.c index 9544cb32..d46cefca 100644 --- a/libexslt/exslt.c +++ b/libexslt/exslt.c @@ -38,5 +38,6 @@ exsltRegisterAll (void) { exsltStrRegister(); exsltDateRegister(); exsltSaxonRegister(); + exsltDynRegister(); } -- cgit v1.2.3