[issue11612] xml.dom.minidom fail to parse SVG file.

2011-05-30 Thread Ned Deily
Ned Deily n...@acm.org added the comment: Issue12220 also addresses this problem in somewhat more detail. Consolidating this issue with that one. -- resolution: - duplicate status: open - closed superseder: - minidom xmlns not handling spaces in xmlns attribute value field

[issue11612] xml.dom.minidom fail to parse SVG file.

2011-03-20 Thread Ned Deily
Ned Deily n...@acm.org added the comment: The .svg file you attached appears to have a faulty URI in it on line 4: xmlns:s=http://inkscape.sourceforge.net/DTD/s odipodi-0.dtd The error goes away if that space character is removed. It might be nice for expatbuilder to provide a better

[issue11612] xml.dom.minidom fail to parse SVG file.

2011-03-19 Thread Campbell Barton
New submission from Campbell Barton ideasma...@gmail.com: python3.2mu -c import xml.dom.minidom ; xml.dom.minidom.parse('gnome-cpu-frequency-applet.svg') --- gives the following traceback Traceback (most recent call last): File string, line 1, in module File