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
__
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
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