ComputerComputer FieldsMain |
XmlExtensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. It is defined in the XML 1.0 Specification produced by the W3C, and several other related specifications,[4] all gratis open standards. Xml DetailThe design goals of XML emphasize simplicity, generality, and usability over the Internet. It is a textual data format with strong support via Unicode for the languages of the world. Although the design of XML focuses on documents, it is widely used for the representation of arbitrary data structures, for example in web services. Many application programming interfaces (APIs) have been developed to aid software developers with processing XML data, and several schema systems exist to aid in the definition of XML-based languages. As of 2009, hundreds of document formats using XML syntax have been developed,[7] including RSS, Atom, SOAP, and XHTML. XML-based formats have become the default for many office-productivity tools, including Microsoft Office (Office Open XML), OpenOffice.org and LibreOffice (OpenDocument), and Apple's iWork. XML has also been employed as the base language for communication protocols, such as XMPP.
XML (Extensible Markup Language) is a general-purpose specification for creating custom markup languages.
The term extensible is used to indicate that a markup-language designer has significant freedom in the choice
of markup elements. XML’s goals emphasize representing documents with simplicity, generality, and usability over
the Internet. XML has been used as the basis for a large number (at least hundreds) of custom-designed languages.
Some of these, for example RSS, Atom, and XHTML, have become widely used on the Internet. XML dialects (often packaged
in archive files) are becoming the default file format for office-productivity software packages, including Microsoft Office,
OpenOffice.org, AbiWord, and Apple’s iWork. Lets discuss advantages and disadvantages of XML.
|