DOMImplementation.createDocFromURI with HTML?
Kang Jeong-Hee <[email protected]> Thu, 13 Feb 2003 06:05:20 +0900
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Message-ID | <20030212210520.GA32714@localhost> |
Hi. libxml2 which libgdome is based on has support for HTML parsing; htmlParseFile API, like xmlParseFile that is used in di.createDocFromURI. is there a way to parse HTML with htmlParseFile? there's a flag GDOME_LOAD_RECOVERING to say libxml2 to allow broken tag pair. but that's not html API but xml one. is this matter of another flag GDOME_LOAD_HTML or similar? or libgdome has no ability with HTML?