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

4. Local resources

Description

Resource-type element indicates local resource.




Resource-type element
Resource-type element may have any content. This content has no Xlink-specified relationship to the link.

 <zvon_resource
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="resource">
   Anything here.
   <anytag>
     Any content.
   </anytag>
 </zvon_resource>


Resource-type element
It is possible for resource-type element to have no content.

 <zvon_resource
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xlink:type="resource">
 </zvon_resource>