XML
XML comes from the eXtensible Markup Language ( " Extensible Markup Language " ). It is an extensible metalanguage (a language used to say something about another) of tags that was developed by the Word Wide Web Consortium ( W3C ), an international trading company that makes recommendations for the World Wide Web . XML is an adaptation of SGML ( Standard Generalized Markup Language ), a language that allows the organization and tagging of documents . This means that XML is not a language in itself, but a system that allows defining languages according to needs. The XHTML , the MathML and SVG are some of the languages that XML has the ability to define. Databases, text documents, spreadsheets and web pages are some of the fields of application of XML. The metalanguage appears as a standard that structures the exchange of information between the different platforms. Experts point out several advantages that derive from the use of XML, such as: it is extensible (new t...