https://bugzilla.wikimedia.org/show_bug.cgi?id=27465

Brion Vibber <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #14 from Brion Vibber <[email protected]> 2011-05-25 23:10:07 UTC 
---
r82307 does not fix the problem correctly, and still breaks on files such as
https://secure.wikimedia.org/wikipedia/en/wiki/File:US_states_by_total_state_tax_revenue.svg

The fix appeared to simply make the assumption that the SVG namespace will
either be the unlabeled root namespace or will be given the symbolic name
'svg'; there is absolutely no such guarantee. The above file defines it as
'ns0', which is 100% legit to do, but it gets rejected.

Proper fix is probably to simply use a namespace-aware XML parsing mode. Use
the namespace URL to check against, and let the XML tools worry about matching
up prefixes.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to