[gdome]DOMImplementation.createDocFromURI with HTML?



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?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]