- To put a link into an XML document:
- No longer limited to A, IMG, etc as links
- Must declare elements that are links (by specifying the attributes in the DTD)
For example, A simple link using an arbitrary element ABC:
<ABC xlink:type="simple" xlink:href="http://www.w3.org/">The W3C</ABC>