Commit d7d0bc65 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

SAX2: Ignore namespaces in HTML documents

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.
parent 0e42adce
Pipeline #514153 passed with stages
in 14 minutes and 49 seconds
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment