View Single Post
  #15 (permalink)  
Old 02-07-2011, 07:10 AM
counselingformarriag counselingformarriag is offline
Junior Member
 
Join Date: Feb 2011
Posts: 1
counselingformarriag is on a distinguished road
Default RE:What does XML Stand for

XML stands for EXtensible Markup Language. XML is not a language (which is by definition fixed) but a meta-language. XML is a set of rules, that a language must respect in order to be XML conformant. Therefore you can define your own mark-up language, and make it to evolve at your envy.This informs us that the structuring elements of that language will be tags, like used in HTML: a tag name enclosed in brackets: <ATag>.XML is a language to define other languages: it is in fact a meta-language.
Reply With Quote