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

1. Namespace declaration

Description

The use of XLink elements and attributes requires declaration of the XLink namespace.




Namespace declaration

<?xml version="1.0"?>
 <zvon_tutorial
    xmlns:xlink="http://www.w3.org/1999/xlink">
   <extendedlink
      xlink:type="extended">
     Any content here
   </extendedlink>
 </zvon_tutorial>