Easy Tutorial
❮ Xlink Tutorial Home ❯

XLink Reference Manual


XLink, short for XML Linking Language, is an XML markup language endorsed by the W3C recommendation standard, providing methods to create both internal and external links on XML documents, as well as metadata associated with these links.

XLink Attributes Reference Manual

Attribute Value Description
xlink:actuate onLoad<br>onRequest<br>other<br>none Defines when to fetch and display the linked resource.
xlink:href URL The URL to link to.
xlink:show embed<br>new<br>replace<br>other<br>none Where to open the link. Replace is the default value.
xlink:type simple<br>extended<br>locator<br>arc<br>resource<br>title<br>none The type of the link.
❮ Xlink Tutorial Home ❯