From: aurium Date: Fri, 13 Mar 2009 22:18:00 +0000 (+0000) Subject: correcting namespaces in inkex.py X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=e58ea50df7b32b728fe089302a8cb088a0a58e83;p=inkscape.git correcting namespaces in inkex.py --- diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index c76717fb8..2ae5d6c21 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -27,7 +27,8 @@ _ = gettext.gettext #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { u'sodipodi' :u'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd', -u'cc' :u'http://web.resource.org/cc/', +u'cc' :u'http://creativecommons.org/ns#', +u'ccOLD' :u'http://web.resource.org/cc/', u'svg' :u'http://www.w3.org/2000/svg', u'dc' :u'http://purl.org/dc/elements/1.1/', u'rdf' :u'http://www.w3.org/1999/02/22-rdf-syntax-ns#',