- To put a link into an XML document:
- no longer limited to A, IMG, etc, as links
- must declare elements that are links (eg, 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>