===== W3C: Extensible Markup Language (XML) 1.0 (Fifth Edition) ===== [[dido:public:ra:xapend:xapend.b_stds:tech:w3c:start| return to the W3C Standards ]] | Title | Extensible Markup Language (XML) 1.0 (Fifth Edition) | | Acronym | XML | | Version | 5 | | Series | TR | | Document Number | | | Release Date | 26 November 2008 | | Download | [[https://www.w3.org/TR/REC-xml/ ]] |
Data sheet for Extensible Markup Language (XML) 1.0 (Fifth Edition) (W3CAcronym)
: **Note**: The following is an excerpt from the [[https://www.w3.org/TR/official| W3C site]]. It is provided here as a convenience and is not authoritative. Refer to the original document as the authoritative reference. ==== Abstract ==== : //The [[dido:public:ra:xapend:xapend.a_glossary:x:xml|Extensible Markup Language (XML)]] is a subset of SGML that is completely described in this document. Its [[dido:public:ra:xapend:xapend.a_glossary:g:goal|goal]] is to enable generic SGML to be served, received, and processed on the Web in the way that is now possible with HTML. XML has been designed for ease of implementation and for [[dido:public:ra:xapend:xapend.a_glossary:i:interoperability|interoperability]] with both SGML and HTML.// ==== Introduction ==== : //Extensible Markup Language, abbreviated XML, describes a class of data objects called XML documents and partially describes the behavior of computer programs which process them. XML is an [[dido:public:ra:xapend:xapend.a_glossary:a:application|application]] profile or restricted form of SGML, the Standard Generalized Markup Language [[https://www.w3.org/TR/REC-xml/#ISO8879 | ISO 8879]]. By construction, XML documents are conforming SGML documents.// : //XML documents are made up of storage units called entities, which contain either parsed or unparsed data. Parsed data is made up of characters, some of which form character data, and some of which form markup. Markup encodes a description of the document's storage layout and logical structure. XML provides a mechanism to impose constraints on the storage layout and logical structure.// : //[Definition: A software [[dido:public:ra:xapend:xapend.a_glossary:m:module|module]] called an **XML processor** is used to read XML documents and provide access to their content and structure.] [Definition: It is assumed that an XML processor is doing its work on behalf of another module, called the **application**.] This specification describes the required behavior of an XML processor in terms of how it must read XML data and the information it must provide to the application.// /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~