HTML 
XLink 
XML  |
XLink is the XML Linking Language. It allows elements to be inserted into XML documents in order to create and describe links between resources. In HTML we had a pre-defined element (anchor or "a") that provided both linking and pointing functionality. XML, having no pre-defined elements and new hypertext requirements needed both pointing and linking mechanisms. XLink uses XML syntax to create structures that can describe the simple unidirectional hyperlinks of today's HTML, as well as more sophisticated links.
|