diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-05-30 21:36:59 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-05-30 21:36:59 +0000 |
commit | 765957430fd4b748c2d8f70ee546308fad4359f8 (patch) | |
tree | 0bfb731b03dab66fedac30a14387f416d3b75699 /libexslt/exslt.c | |
parent | 52a0b2ad40bcde4926878b6260f02d052944b61f (diff) | |
download | libxslt-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.c | 1 |
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(); } |