<?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</td>
</table>

<chapter>
<title>Image deletion</title>
<p>The one who got here it is asked for the type of image deletion he is interested in. There will be two choises given by two onload simple XLinks and an advice poped up by another simple xlink with show="new". The user has to decide for one of those two</p>
<p>Choises:
<link xlink:type="simple" xlink:href="img-del-typeI.xml" xlink:actuate="onLoad" xlink:title="Image deletion type I">Image deletion type I</link>
<link xlink:type="simple" xlink:href="img-del-typeII.xml" xlink:actuate="onLoad" xlink:title="Image deletion type II">Image deletion type II</link>
</p>
<p>Advice: <link xlink:type="simple" xlink:href="img-del-advice.xml" xlink:actuate="onLoad" xlink:show="new" xlink:title="Image deletion advice">Image deletion advice</link></p>
<TD CLASS="xlink code">
  <text class="code-info">Code for these three onload links:</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="img-del-typeI.xml" xlink:actuate="onLoad"&gt;Image deletion type I&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="img-del-typeII.xml" xlink:actuate="onLoad"&gt;Image deletion type II&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="img-del-advice" xlink:actuate="onLoad" xlink:show="new"&gt;Image deletion advice&lt;/link&gt;</text>
</TD>
</chapter>
</doc>
