diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-04-27 17:13:01 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-04-27 17:13:01 +0000 |
commit | 61d80a2822b2678dee885ac2850295cc96277c63 (patch) | |
tree | c20e57b44e7fc01cb3260a4b4055854ea58a2bba /win32 | |
parent | dbb14a72f092e70213ae7aadbc04abacccd35aa7 (diff) | |
download | libxml2-61d80a2822b2678dee885ac2850295cc96277c63.tar.gz |
- parserInternals.c xpath.[ch]: some UTF8 cleanup on
xmlXPathParseName
- xpath.c: Igor Zlatkovic suggested a change for NAN and MSC
- debugXML.c: avoid compilation problems if compiling without
HTML support, Igor Zlatkovic
- win32/libxml2/libxml2.def.src: being able to compile without
XPath on Windows
Daniel
Diffstat (limited to 'win32')
-rw-r--r-- | win32/libxml2/libxml2.def.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/libxml2/libxml2.def.src b/win32/libxml2/libxml2.def.src index 3223a8cf..39692930 100644 --- a/win32/libxml2/libxml2.def.src +++ b/win32/libxml2/libxml2.def.src @@ -716,7 +716,9 @@ EXPORTS xmlRegisterOutputCallbacks xmlSaveFileTo xmlNodeDumpOutput +#ifdef LIBXML_HTML_ENABLED htmlDocContentDumpOutput +#endif /* LIBXML_HTML_ENABLED */ /* * xmlmemory.h |