<?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="xml4_out.xml">Prev</a>
	|
	<a class="naviBlack" href="xml6_out.xml">Next</a>
	  |
	<a class="naviBlack" href="xlinksimple_help.html">[Help]</a>
      <h2>6. 
Attributes <my:att>show</my:att> and <my:att>actuate</my:att> 
  
         <my:small>(<my:att>show</my:att>=<my:att-val>embed</my:att-val>
          
            <my:att>actuate</my:att>=<my:att-val>onLoad</my:att-val>)</my:small>
 
      </h2>
      <span class="description">
         <h4>Description</h4>
 If attribute <my:att>show</my:att> is set to <my:att-val>embed</my:att-val>
 then the link replaces the element <my:el>link</my:el>.
 When attribute <my:att>actuate</my:att> is set to <my:att-val>onLoad</my:att-val>,
 replacement is immediate (similarly to well-known
 element &lt;html:img src=... &gt;)
 </span>
      <br/>
      <hr/>
      <table>
         <tr>
            <th class="code">
               <span class="code">Source  </span>
            </th>
            <th class="result">
               <span class="result">Result</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"
   xlink:show="embed"
   xlink:actuate="onLoad"&gt;
  Mozilla M17 users: 
   This feature is not yet implemented,
   otherwise you will see the picture here.
 &lt;/zvon:logo&gt;


 </pre>
               </span>
            </td>
            <td class="result">
               <span class="result">
                  <zvon:logo xmlns:zvon="http://www.zvon.org" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="zvon.gif" xlink:show="embed" xlink:actuate="onLoad">
  Mozilla M17 users: 
   This feature is not yet implemented,
   otherwise you will see the picture here.
 </zvon:logo>
               </span>
            </td>
         </tr>
      </table>
      <hr/>
   </body>
</html>