From b79bcc3fef8a90c96b3db8dcb34ceea0f778e876 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 6 Dec 2010 23:38:53 +0000 Subject: Provide mechanism for binding/client to define the features a document object should support. Utilise this to decide whether to create a raw Document or an HTMLDocument instance. Disable the above decision, as the HTMLDocument implementation is garbage svn path=/trunk/libdom/; revision=11025 --- bindings/xml/xmlparser.c | 1 + 1 file changed, 1 insertion(+) (limited to 'bindings/xml/xmlparser.c') diff --git a/bindings/xml/xmlparser.c b/bindings/xml/xmlparser.c index ff1f9d6..7f15b83 100644 --- a/bindings/xml/xmlparser.c +++ b/bindings/xml/xmlparser.c @@ -315,6 +315,7 @@ void xml_parser_start_document(void *ctx) * we should pass the real function when we integrate libDOM with * Netsurf */ err = dom_implementation_create_document( + DOM_IMPLEMENTATION_XML, /* namespace */ NULL, /* qname */ NULL, /* doctype */ NULL, -- cgit v1.2.3