Is XML a programming language?
A programming language? First, XML is a format to represent data. It has originally be designed for this data to be essentially text documents or messages, but nothing prevents you from representing any data you wish, including programs. There at least three big examples of programs expressed in XML that come to mind: XSLT is a Turing-complete language whose only standard format … Read more