mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-27 12:15:34 +03:00
In commit 21ca8829, we started to ignore namespaces in HTML element
names but we still called xmlSplitQName, effectively stripping the
namespace prefix. This would cause elements like <o:p> being parsed
as <p>. Now we leave the name untouched.
Fixes #508.
4 lines
84 B
Plaintext
4 lines
84 B
Plaintext
./test/HTML/names.html:3: HTML parser error : Tag o:p invalid
|
|
<o:p></o:p>
|
|
^
|