From 4e50cb99e3a957e064861f8d353c5560b94a7879 Mon Sep 17 00:00:00 2001 From: "Aur??lio A. Heckert" Date: Fri, 13 Mar 2009 22:18:00 +0000 Subject: correcting namespaces in inkex.py (bzr r7482) --- share/extensions/inkex.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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#', -- cgit v1.2.3