1 | Document Type Definition (DTD), which defines the tags and their relationships |
2 | Extensible Style Language (XSL) style sheets, which specify the presentation of the document |
3 | Extensible Link Language (XLL), which defines link-handling details |
4 | It supports scripting languages such as ECMAScript (JavaScript) or Java |
5 | As an example a link can be defined in XML as <LINK> <TITLE>XML Recommendation</TITLE> <URL> http://www.w3.org/TR/REC-xml </URL> <DESCRIPTION> The official XML spec from W3C </DESCRIPTION> </LINK> |