aboutsummaryrefslogtreecommitdiffstats
path: root/win32/dsp
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-06-04 04:27:06 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-06-04 04:27:06 +0000
commitf8cb6dda89d3866c796c8cfb2ba377d12822bf24 (patch)
tree20c94500dd6540483c40aa29abd961b47773eef7 /win32/dsp
parentc57f9c12100ecea40faadaceb02899e9a5792571 (diff)
downloadandroid_external_libxml2-f8cb6dda89d3866c796c8cfb2ba377d12822bf24.tar.gz
android_external_libxml2-f8cb6dda89d3866c796c8cfb2ba377d12822bf24.tar.bz2
android_external_libxml2-f8cb6dda89d3866c796c8cfb2ba377d12822bf24.zip
added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified
* result/c14n/exc-without-comments/merlin-c14n-two-* result/c14n/without-comments/merlin-c14n-two-* test/c14n/exc-without-comments/merlin-c14n-two-* test/c14n/without-comments/merlin-c14n-two-* testC14N.c Makefile.am: added merlin-c14n-two.tar.gz tests for c14n/exc-c14n and slightly modified test script to handle these test cases * c14n.c: fixed bugs for complicated nodes set (namespace without node and others from merlin-c14n-two.tar.gz) * include/libxml/xpathInternals.h win32/dsp/libxml2.def.src win32/libxml2.def.src: "opened" xmlXPathNodeSetFreeNs() function for xmlsec performance patch * xpath.c: fixed self::node() for namespaces and attributes
Diffstat (limited to 'win32/dsp')
-rw-r--r--win32/dsp/libxml2.def.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/dsp/libxml2.def.src b/win32/dsp/libxml2.def.src
index ae09318f..c9e0dbf1 100644
--- a/win32/dsp/libxml2.def.src
+++ b/win32/dsp/libxml2.def.src
@@ -1335,6 +1335,9 @@ EXPORTS
xmlXPathCeilingFunction
xmlXPathRoundFunction
xmlXPathBooleanFunction
+
+ /* really internal functions */
+ xmlXPathNodeSetFreeNs
#endif /* LIBXML_XPATH_ENABLED */