On Thu, 2009-01-08 at 19:22 +0100, Thomas Holder wrote:
Thomas Holder wrote, On 01/08/09 14:35:
> as an alternative, we could do the same like with SVG files. There is
> a "promote_to_svg_namespace" function in xml/repr-io.cpp, so SVG
> files work fine with and without xmlns attribute.
patch applied that promotes the default namespace to all read XML files,
not just SVG. What do you think about it? Still nasty?
Yes, it's nasty! I'm not necessarily against promotion for specific
sorts of XML files, but please don't do this unconditionally for all XML
files!
-mental