summaryrefslogtreecommitdiff
path: root/libexslt/exslt.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2002-05-30 21:36:59 +0000
committerDaniel Veillard <veillard@src.gnome.org>2002-05-30 21:36:59 +0000
commit765957430fd4b748c2d8f70ee546308fad4359f8 (patch)
tree0bfb731b03dab66fedac30a14387f416d3b75699 /libexslt/exslt.c
parent52a0b2ad40bcde4926878b6260f02d052944b61f (diff)
downloadlibxslt-765957430fd4b748c2d8f70ee546308fad4359f8.tar.gz
libxslt-765957430fd4b748c2d8f70ee546308fad4359f8.tar.bz2
libxslt-765957430fd4b748c2d8f70ee546308fad4359f8.zip
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
Diffstat (limited to 'libexslt/exslt.c')
-rw-r--r--libexslt/exslt.c1
1 files changed, 1 insertions, 0 deletions
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();
}