The Question of Arcs

Attribute-identified XLink Extended Link, Plus Arcs


<pictures xlink:type="extended: xlink:title="Wedding Pictures - Charlie" xlink:role="scrapbook">
<photo xlink:type="locator" xlink:href="toast.scr" xlink:title="Charlie leads the toast" xlink:label="toast" />
<photo xlink:type="locator" xlink:href="garter.scr" xlink:title="Charlie brings out the garter" xlink:label="garter"/>
<photo xlink:type="locator" xlink:href="cakemess.scr" xlink:title="Cake down Charlie's shirt" xlink:label="cake" />
<address xlink:type="locator" xlink:href="address.adr" xlink:title="Charlie's Address" xlink:label="address"/>
<link xlink:type="arc" from="toast" to="address" />
<link xlink:type="arc" from="garter" to="address" />
<link xlink:type="arc" from="cake" to="address" />
</pictures>

Note the references to xlink:label values. Connections here are between the pictures and the address only.

<Previous Page   TOC   Next Page>

Copyright 2000 Simon St.Laurent