summaryrefslogtreecommitdiff
path: root/bindings/xml
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2013-02-19 23:27:10 +0000
committerVincent Sanders <vince@kyllikki.org>2013-02-19 23:27:10 +0000
commit081cf689356ef9138b67da2c687883b9c3354a63 (patch)
treec482500d137ff527279e15f1167ac3d2022fb013 /bindings/xml
parentf7ae4017ff50be5ef4eb3047ebbff4820550d5ed (diff)
downloadlibdom-081cf689356ef9138b67da2c687883b9c3354a63.tar.gz
libdom-081cf689356ef9138b67da2c687883b9c3354a63.tar.bz2
add context for default action function
Diffstat (limited to 'bindings/xml')
-rw-r--r--bindings/xml/expat_xmlparser.c1
-rw-r--r--bindings/xml/libxml_xmlparser.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/bindings/xml/expat_xmlparser.c b/bindings/xml/expat_xmlparser.c
index cc08171..f2ffc76 100644
--- a/bindings/xml/expat_xmlparser.c
+++ b/bindings/xml/expat_xmlparser.c
@@ -478,6 +478,7 @@ dom_xml_parser_create(const char *enc, const char *int_enc,
/* qname */ NULL,
/* doctype */ NULL,
NULL,
+ NULL,
document);
if (err != DOM_NO_ERR) {
diff --git a/bindings/xml/libxml_xmlparser.c b/bindings/xml/libxml_xmlparser.c
index dde598c..87b137d 100644
--- a/bindings/xml/libxml_xmlparser.c
+++ b/bindings/xml/libxml_xmlparser.c
@@ -214,6 +214,7 @@ dom_xml_parser *dom_xml_parser_create(const char *enc, const char *int_enc,
/* qname */ NULL,
/* doctype */ NULL,
NULL,
+ NULL,
document);
if (err != DOM_NO_ERR) {