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

2011-05-30 Thread Ned Deily
Ned Deily 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-19 Thread Ned Deily
Ned Deily 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 diagnostic in t

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

2011-03-19 Thread Campbell Barton
New submission from Campbell Barton : 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 "", line 1, in File "/usr/lib/python3.2/xml/dom/minidom.py", line 1939, in parse