Request: save file with svg: prefix on tags

Bug #288441 reported by valkyr
2
Affects Status Importance Assigned to Milestone
Inkscape
New
Wishlist
Unassigned

Bug Description

Hi all,

Could we possibly have the option to save files as a file type which includes the svg: prefix on every element? (how the code shown in the XML editor) Like so :

<svg:svg>
<svg:defs/>
<svg:g>
</svg:g>
</svg:svg

At the moment, to use SVG inline in my XHTML pages, I have to manually add the prefix to all of my SVG files...

Tags: saving svg
Revision history for this message
valkyr (valkyrie-technomeister) wrote :

(in order for the markup to pass W3C XHTML+MathML+SVG doctype validation)

basically, to achieve validation :

every element needs an svg: prefix
the [ xmlns="http://www.w3.org/2000/svg" ] attribute needs to be dropped.
version attribute should = 1.1

an option to save files in this format would be helpful to web developers mixing SVG with other XML based languages...

tags: added: saving svg
su_v (suv-lp)
Changed in inkscape:
importance: Undecided → Wishlist
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.