<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href="../CSS/example_style.css" type="text/css"?>
<html xmlns="http://www.w3.org/TR/REC-html40" xmlns:my="http://zvon.org/jiratj">
   <head/>
   <body>
      <a class="naviBlack" href="xml8_out.xml">Next</a>
	  |
	<a class="naviBlack" href="xlinksimple_help.html">[Help]</a>
      <h2>1. 
Namespace declaration
 </h2>
      <span class="description">
         <h4>Description</h4>
The use of XLink elements and attributes requires declaration of the XLink namespace. 
 </span>
      <br/>
      <hr/>
      <table>
         <tr>
            <th class="code">
               <span class="code">Source  </span>
            </th>
         </tr>
         <tr>
            <td class="code">
               <span class="code">
                  <pre>
  &lt;zvon:logo xmlns:zvon = "http://www.zvon.org"
  xmlns:xlink = "http://www.w3.org/1999/xlink"
  xlink:type="simple"
  xlink:href="zvon.gif"
/&gt;



 </pre>
               </span>
            </td>
            <td class="result">
               <span class="result"/>
            </td>
         </tr>
      </table>
      <hr/>
   </body>
</html>