Questions tagged [xml]

XML (Extensible Markup Language) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable.

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, all gratis open standards.

The 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.

100 questions
5
votes
2 answers

How is XML being used for a game engine, here?

In this question, the first answer explains a way of defining components of a gaming engine in XML, like this: Aggressive 20
Tom Prats
  • 289
  • 5
  • 14