Chapter 5

Creating XML Linking Language (XLink) Links

  1. What is XLink?
    XLink is a notation to create XML elements that work as links between resources.
  2. Simple Links
    Simple links are similar to HTML <a> and <img> elements.
  3. Extended Links
    These provide a more complex and powerful linking mechanism.
  4. XPointer
    This is a notation for identifying specific elements within an XML document.

Summary

Resources used in this chapter