Comment 7 for bug 195052

Revision history for this message
xylo (stefan-endrullis) wrote :

OK, I think I've found the problem. The svg file is containing a default xmlns. And the xml library used to navigate through the file saves the name space of each tag in the tag name. If the old library version returned "svg" as node_in.tag, the new version is now returning "{http://www.w3.org/2000/svg}svg".

Is this a problem of python-lxml 1.3.6-1?