summaryrefslogtreecommitdiff
path: root/libexslt/exslt.h
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.h
parent52a0b2ad40bcde4926878b6260f02d052944b61f (diff)
downloadlibxslt-765957430fd4b748c2d8f70ee546308fad4359f8.tar.gz
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.h')
-rw-r--r--libexslt/exslt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libexslt/exslt.h b/libexslt/exslt.h
index d858949f..c53d8ff1 100644
--- a/libexslt/exslt.h
+++ b/libexslt/exslt.h
@@ -21,6 +21,7 @@ LIBEXSLT_PUBLIC extern const int exsltLibxmlVersion;
#define EXSLT_STRINGS_NAMESPACE ((const xmlChar *) "http://exslt.org/strings")
#define EXSLT_DATE_NAMESPACE ((const xmlChar *) "http://exslt.org/dates-and-times")
#define SAXON_NAMESPACE ((const xmlChar *) "http://icl.com/saxon")
+#define EXSLT_DYNAMIC_NAMESPACE ((const xmlChar *) "http://exslt.org/dynamic")
void LIBEXSLT_PUBLIC exsltCommonRegister (void);
void LIBEXSLT_PUBLIC exsltMathRegister (void);
@@ -29,6 +30,7 @@ void LIBEXSLT_PUBLIC exsltFuncRegister (void);
void LIBEXSLT_PUBLIC exsltStrRegister (void);
void LIBEXSLT_PUBLIC exsltDateRegister (void);
void LIBEXSLT_PUBLIC exsltSaxonRegister (void);
+void LIBEXSLT_PUBLIC exsltDynRegister(void);
void LIBEXSLT_PUBLIC exsltRegisterAll (void);