WoW:XML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
m (→‎Disambiguation: clean up, typos fixed: collectivly → collectively)
No edit summary
 
(2 intermediate revisions by 2 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.


See the [[XML UI]] reference.
:''See [[XML UI]] for the WoW Frame XML reference.''


==== Disambiguation ====
==== Disambiguation ====
 
:''Were you looking for  [[XML UI]] or the [[Widget API]]?''
:''Were you looking for  {{wow-inline}} [[XML UI]] or the {{wow-inline}} [[Widget API]]?''
* [[XML UI]] - WoW can generate [[User Interface]] elements using [[XML user interface|XML markup]].  This facility is known collectively as FrameXML UI.
* [[XML UI]] - WoW can generate [[User Interface]] elements using [[XML user interface|XML markup]].  This facility is known collectively as FrameXML UI.
* [[XML Basic|XML Basics Guide]] - Plain XML markup itself, and a guide for learning the basics.  
* [[XML Basic|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.
* [[Widget API]] - The Widget API is a LUA based API for generating and manipulating WoW Widget UI elements.
== External links ==
* [http://www.w3.org/XML/ Extensible Markup Language (XML)], specified by the [http://www.w3.org World Wide Web Consortium (W3C)].
[[Category:Glossary]]
[[Category:Acronyms]]

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.