| description |
XML (Extended Markup Language), is a subset of SGML. Its a case sensitive tag language for data or web pages. To be well formed every tag must have a closing tag or be self closed. It can be validated against a DTD or more recently an XSD, which itself is Xmland can be styled using an XSL (stylesheet, which is itself XML) |