<?xml version='1.0'?>

<?xml-stylesheet href="skin/doc.css" type="text/css"?>
<?xml-stylesheet href="skin/html.css" type="text/css"?>
<?xml-stylesheet href="skin/xlink.css" type="text/css"?>

<doc xmlns:xlink="http://www.w3.org/1999/xlink"
     xmlns:html="http://www.w3.org/TR/REC-html40">
<table class="head">
  <td><html:img src="skin/dz.gif" width="70" height="26"></html:img></td>
  <td align="right">XLink Demo - Extended Links</td>
</table>

<chapter>
<title>Video</title>
<p>Here is explained about video</p>
<extlink xlink:type="extended">
  <loc xlink:type="locator" xlink:label="targetdocument" xlink:href="video-history.xml"/>
  See also the new window just opened with <res xlink:type="resource" xlink:label="locallink">the history of the video electronics</res>.
  <arc xlink:type="arc" xlink:from="locallink" xlink:to="targetdocument" xlink:actuate="onLoad" xlink:title="See also the history document"/>
</extlink>
<p/>
<TD CLASS="xlink code">
  <text class="code-info">Code for opening video-history.xml file in a new window, onload:</text>
  <text class="xlink-code">
    <t>&lt;extlink xlink:type="extended"&gt;</t>
      <t2>&lt;loc xlink:type="locator" xlink:label="targetdocument" xlink:href="video-history.xml"/&gt;</t2>
      <t2>See also the new window just opened with &lt;res xlink:type="resource" xlink:label="locallink"&gt;<fake-link>the history of the video electronics</fake-link>&lt;/res&gt;.</t2>
      <t2>&lt;arc xlink:type="arc" xlink:from="locallink" xlink:to="targetdocument" xlink:actuate="onLoad" xlink:title="See also the history document"/&gt;</t2>
    <t>&lt;/extlink&gt;</t>
  </text>
</TD>
</chapter>
</doc>
