ZVON > Tutorials > XLink - Extended Links
Prev | Next | [Help]

2. Extended link - definition

Description

An extended link is a link that associates an arbitrary number of resources. The participating resources may be any combination of remote and local.




Extended link
The element extendedlink from the namespace zvon is extended-type link element.

 <extendedlink
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="extended">
   <local_resource_element
      xlink:type="resource">
     Any content here
   </local_resource_element>
   <remote_resource_element
      xlink:type="locator">
     Any content here
   </remote_resource_element>
 </extendedlink>