What is the purpose of XML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is the purpose of XML?

How it is used in web development?

7th Feb 2017, 9:39 PM
Abhishek Gedam
Abhishek Gedam - avatar
4 Answers
+ 5
XML stand for eXtensible Markup Language. It is extensible because it is a metalanguage ( a language for describing other languages, ie: SVG ). XML to define itself use another metalanguage, SGML, the Standard Generalized Markup Language. SGML is also the language used to define Html, except for the Xhtml branch, wich was based on XML ( but was abandoned with Html5 )... Purpose is to design specific markup languages for limitless different types of documents.  In web context, XML improves data handling in a more accurate, flexible, and adaptable way.
8th Feb 2017, 12:46 AM
visph
visph - avatar
0
Create a structure for positioning the elements.
7th Feb 2017, 9:56 PM
Jônatas Araripe
Jônatas Araripe - avatar
0
XML is pretty similar to JSON. When computers "talk to each other "over the internet is is usually in one of those w languages.
7th Feb 2017, 10:01 PM
Bryan Franzoi
Bryan Franzoi - avatar
0
Xml is a markup language (just like html) used as standard by many. So the purpose is to have a common data exchange format.
7th Feb 2017, 10:02 PM
Zilvinas Steckevicius
Zilvinas Steckevicius - avatar