GNOME Bugzilla – Bug 711670
Allow htmlParseDocument to keep namespaces
Last modified: 2017-06-17 10:58:40 UTC
Created attachment 259250 [details] A HTML snippet that should be parsed with preserved namespace "my" and "fb" The method "htmlParseDocument" to parse HTML does strip all namespaces in the given HTML string. But it's common that you have namespaces in HTML (e.x. <fb:like> of Facebooks like button and so on). But because the function strips the namespaces of this tags, you can not acces them via namespace. In the example I added a file with some namespace which should then be available after the HTML is parsed.
*** This bug has been marked as a duplicate of bug 654146 ***