to the main page... about these slides...

Simple vs. Extended links

- for compatibility and simplicity

Two kinds of links:

Convenient shorthand notation for simple links:
  <xlink:simple href="..." show="..." actuate="..."/>
which is equivalent to:
  <xlink:extended>
    <xlink:resource role="local"/>
    <xlink:locator href="..." role="remote"/>
    <xlink:arc from="local" to="remote" show="..." actuate="..."/>
  </xlink:extended>
(show and actuate are optional.)