What is the difference between .svg and .xml?
- Extension
- .svg
- .xml
- Format
- Text
- Text
- Category
- Vector Image
- Developer
- Developer
- Adobe Systems
- Description
- An SVG file is a graphics file that uses a two-dimensional vector graphic format created by the World Wide Web Consortium (W3C). It describes images using a text format that is based on XML. SVG files are developed as a standard format for displaying vector graphics on the web.
- An XML file is an XML (Extensible Markup Language) data file. It is formatted much like an .HTML document, but uses custom tags to define objects and the data within each object. XML files can be thought of as a text-based database.
- MIME Type
- image/svg+xml
- application/xml
- Sample
- sample.svg
- sample.xml
- Wikipedia
- .svg on Wikipedia
- .xml on Wikipedia