WoW:XML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''XML''' is an [[acronym]] for "e'''X'''tensible '''M'''arkup '''L'''anguage".
[[\XML]] is an acronym for eXtensible Markup Language andis used in WoW in various ways.


Specified by [http://www.w3.org W3C] under [http://www.w3.org/XML/ Extensible Markup Language (XML)].
:''See [[XML UI]] for the WoW Frame XML reference.''


 
==== Disambiguation ====
World of Warcraft creates its [[User Interface]] using its own [[XML user interface|XML markup]].
:''Were you looking for  [[XML UI]] or the [[Widget API]]?''
 
* [[XML UI]] - WoW can generate [[User Interface]] elements using [[XML user interface|XML markup]].  This facility is known collectively as FrameXML UI.
[[Category:Glossary]]
* [[XML Basic|XML Basics Guide]] - Plain XML markup itself, and a guide for learning the basics.
[[Category:Acronyms]]
* [[Widget API]] - The Widget API is a LUA based API for generating and manipulating WoW Widget UI elements.

Latest revision as of 06:15, 15 August 2023

XML is an acronym for eXtensible Markup Language andis used in WoW in various ways.

See XML UI for the WoW Frame XML reference.

Disambiguation

Were you looking for XML UI or the Widget API?
  • XML UI - WoW can generate User Interface elements using XML markup. This facility is known collectively as FrameXML UI.
  • XML Basics Guide - Plain XML markup itself, and a guide for learning the basics.
  • Widget API - The Widget API is a LUA based API for generating and manipulating WoW Widget UI elements.