Difference between revisions of "XML"
Karl Jones (Talk | contribs) (etc) |
Karl Jones (Talk | contribs) (→See Also) |
||
Line 18: | Line 18: | ||
* [[Markup language]] | * [[Markup language]] | ||
* [[Root element]] | * [[Root element]] | ||
+ | * [[Tag (markup language)]] | ||
* [[Web service]] | * [[Web service]] | ||
Revision as of 10:31, 31 August 2015
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format which is both human-readable and machine-readable.
Description
The design goals of XML emphasize simplicity, generality and usability across the Internet.
It is a textual data format with strong support via Unicode for different human languages.
Although the design of XML focuses on documents, it is widely used for the representation of arbitrary data structures such as those used in web services.
Several schema systems exist to aid in the definition of XML-based languages, while many application programming interfaces (APIs) have been developed to aid the processing of XML data.
It is defined by the W3C's XML 1.0 Specification and by several other related specifications, all of which are free open standards.
See Also
External Links
- XML @ Wikipedia