https://bugs.winehq.org/show_bug.cgi?id=39006
Bug ID: 39006 Summary: ISAXAttributes.getLocalName should only return an empty string for namespace attributes that are not xmlns Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: msxml3 Assignee: wine-bugs@winehq.org Reporter: ott@mirix.org Distribution: ---
According to the specification the local name if a namespace propery is only an empty string if it is exactly "xmlns":
"For "xmlns", this value is empty." (https://msdn.microsoft.com/en-us/library/ms757865%28v=vs.85%29.aspx)
This makes sense because it would be impossible to get the namespace prefix otherwise.
https://bugs.winehq.org/show_bug.cgi?id=39006
Matthias-Christian Ott ott@mirix.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |39004