How to see xml coding of SVG image created in inkscape

csshtmlimagessvgxml

I heard that SVG are made of xml and html but software like inkscape are used to create SVG images easily without worrying about Coding in Xml.

Hence after creating a SVG image i want to view a xml coding of it because i can change the colors and size dynamically through programming i Believe off course am not sure about this.

after creating a SVG image i can only able to see a file not a coding in DOM also(viewed in firebug)

Here is my question is that possible to view and edit a xml coding of SVG image after creating it in inkscape?

if possible how it can be achieved?

Best Answer

Inkscape has a built-in XML editor:

  1. Click Edit > XML Editor (or press Shift+Ctrl+x).

The XML source appears.

Related Question