<?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>Li-Ion Rechargeable Default Battery for Device X</title>
<p>We are redirected from here to a newer type of battery document. Also there will be poped up another two documents of two other devices using this type of battery.</p>
<p>Redirection: <link xlink:type="simple" xlink:href="li-ion-newmodel.xml" xlink:actuate="onLoad" xlink:show="replace" xlink:title="Li-Ion New Model Battery">Li-Ion New Model Battery</link></p>
<p>Pop up s:
 <link xlink:type="simple" xlink:href="deviceA.xml" xlink:actuate="onLoad" xlink:show="new" xlink:title="Device A">Device A</link>
 <link xlink:type="simple" xlink:href="deviceB.xml" xlink:actuate="onLoad" xlink:show="new" xlink:title="Device B">Device B</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="li-ion-newmodel.xml" xlink:actuate="onLoad" xlink:show="replace"&gt;Li-Ion New Model Battery&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="deviceA.xml" xlink:actuate="onLoad" xlink:show="new"&gt;Device A&lt;/link&gt;</text>
  <text class="xlink-code">&lt;link xlink:type="simple" xlink:href="deviceB.xml" xlink:actuate="onLoad" xlink:show="new"&gt;Device B&lt;/link&gt;</text>
</TD>
</chapter>
</doc>
