XLink: Syntax
<doc xml:base="http://stud.fh-wedel.de">
  <link xmlns:xlink="http://www.w3.org/1999/xlink">
        xlink:type="extended">

    <hier xlink:type="resource"
          xlink:label="note">2,3</hier>

    <dort xlink:type="locator"
          xlink:label="student"
          xlink:href="/~mi3358/" />

    <go   xlink:type="arc"
          xlink:from="student"
          xlink:to="note"
          xlink:show="replace"
          xlink:actuate="onRequest" />

    <titel xlink:type="title">Note GdP</titel>
  </link>
</doc>