summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-01-16 22:45:08 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-01-16 22:45:08 +0000
commit26f70269c80140a7fb8a7aae9ef09c95efa98e70 (patch)
tree511ea6dd1e5a347b2b19a3ac98fa22e4c188192c /win32
parent71f9d7310c1f8c587f518ec685b1448160df7336 (diff)
downloadlibxml2-26f70269c80140a7fb8a7aae9ef09c95efa98e70.tar.gz
applied a patch from Stéphane Bidoul to allow per XMLtextReader error and
* xmlreader.c include/libxml/xmlreader.h python/generator.py python/libxml.c python/libxml.py win32/libxml2.def.src: applied a patch from Stéphane Bidoul to allow per XMLtextReader error and warning handling * python/tests/Makefile.am python/tests/readererr.py: adding the specific regression test Daniel
Diffstat (limited to 'win32')
-rw-r--r--win32/libxml2.def.src3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/libxml2.def.src b/win32/libxml2.def.src
index 3b26afca..8d2a9570 100644
--- a/win32/libxml2.def.src
+++ b/win32/libxml2.def.src
@@ -1216,6 +1216,9 @@ xmlCleanupPredefinedEntities
xmlTextReaderGetParserProp
xmlTextReaderCurrentNode
xmlTextReaderCurrentDoc
+ /* Error handling extensions */
+ xmlTextReaderSetErrorHandler
+ xmlTextReaderGetErrorHandler