|
Contributed by Teddy
|
|
Wednesday, 27 September 2006 |
What Is XLink?XLink(the XML Linking Language) allows elements to be inserted into XML documents in order to create and describe links between resources. It uses XML syntax to create structures that can describe links similar to the simple unidirectional hyperlinks of today's HTML, as well as more sophisticated links.
XLinks can be simple Point A-to-Point B links, like the links you're accustomed to from HTML's A element. XLinks can also be bidirectional, linking two documents in both directions so you can go from A to B or B to A. XLinks can even be multidirectional, presenting many different paths between any number of XML documents. The documents don't have to be XML documents—XLinks can be placed in an XML document that lists connections between other documents that may or may not be XML documents themselves. Web graffiti artists take note: these third-party links let you attach links to pages you don't even control, like the home page of the New York Times or the C.I.A. At its core, XLink is nothing more and nothing less than an XML syntax for describing directed graphs, in which the vertices are documents at particular URIs and the edges are the links between the documents. Benefits of XLinks:- XLinks can describe tables of contents or indexes.
- XLinks can connect textual emendations to the text they describe.
- XLinks can indicate possible paths through online courses or virtual worlds.
|
|
Last Updated ( Wednesday, 27 September 2006 )
|