<?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>Operating time</title>
<p>The one who got here it is asked for the type of battery he is interested in. There will be three choises given by three onload simple XLinks and he has to decide for which of them he wants to see the operating time parameters</p>
<p>Choises:
<link xlink:type="simple" xlink:href="#default" xlink:actuate="onLoad" xlink:title="Default battery">Default battery</link>
<link xlink:type="simple" xlink:href="op-time-batteryII.xml" xlink:actuate="onLoad" xlink:title="Battery type II">Battery type II</link>
<link xlink:type="simple" xlink:href="op-time-batteryIII.xml" xlink:actuate="onLoad" xlink:title="Battery type III">Battery type III</link>
</p>
<td class="xlink code">
  <text class="code-info">Code for these three onload choises:</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="#default" xlink:actuate="onLoad"&gt;Default battery&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="op-time-batteryII.xml" xlink:actuate="onLoad"&gt;Battery type II&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="op-time-batteryIII.xml" xlink:actuate="onLoad"&gt;Battery type III&lt;/link&gt;</text>
</td>
</chapter>
<chapter id="default">
<title>Operating time for default battery</title>
<p>Here are the operating time parameters</p>
</chapter>
</doc>
