Tipworld -> XML
XML Jargon

We techno-geeks are outmatched by none when it comes to generating jargon and acronyms. We've practically invented our own language! No one can argue that the merit of any technology is easily determined by the number of acronyms surrounding it. Of course, I'm being sarcastic, but it doesn't take much time to realize that XML has sprouted a bevy of companion technologies and acronyms. Here are just a few:


XML (eXtensible Mark-up Language)
The subject of these tips.
XSL (eXtendended Stylesheet Language)
Scripting language, typically used to convert XML to HTML.
XT (XML transformation)
Used with XSL to convert XML to other formats.
CSS (Cascading Style Sheets)
Simple method for defining visual aspects of XML documents.
XHTML (eXtended HTML)
Specification for enhancing HTML with XML-like features.
DTD (Document Type Definition)
Defines structure and semantics for validating XML documents.
DOM (Document Object Model)
Tree-based parsing methodology.
SAX (Simple API for XML)
Event-based parsing methodology.
W3C (World Wide Web Consortium)
Creator and keeper of the XML specification (and many others).
XLINK (XML Linking Language)
Specification for XML elements that describe links between resources.
XML Schema
Use XML to describe DTD-like information.
SOAP (Simple Object Access Protocol)
Use XML to make remote procedure calls.