<?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>

<ext xlink:type="extended">
  <loc xlink:type="locator" xlink:label="end" xlink:href="deviceA.xml" xlink:title="Device A"/>
  <loc xlink:type="locator" xlink:label="end" xlink:href="deviceB.xml" xlink:title="Device B"/>
  <loc xlink:type="locator" xlink:label="start" xlink:href="flashmem.xml#cf" xlink:title="Compact Flash Memory"/>
  <loc xlink:type="locator" xlink:label="start" xlink:href="resolution.xml#1mp" xlink:title="1 Megapixel Resolution"/>
  <arc xlink:type="arc" xlink:from="start" xlink:to="end" xlink:show="replace" xlink:actuate="onRequest" xlink:title="Choose from multiple camera specifications"/>
</ext>

<chapter>
<title>Flash Memory Documentation</title>
<p>Here is explained what is this Flash Memory all about</p>
<section>
<title id="cf">Compact Flash I/II</title>
<p>Here is about Compact Flash memory type I and II</p>
</section>
<section>
<title id="sm">Smart Media</title>
<p>Here is about Smart Media memory type</p>
</section>
</chapter>

<TD CLASS="xlink code">
  <text class="code-info">They have just been created 2 links when this Flash Memory Documentation file was oppened. Both links have 2 target choises.
                          When you will click on "Compact Flash Type I/II" title you will have the option of choosing a camera (A or B), camera that uses that type of memory and you will be redirected to its specification.
                          The second multiple link created is in <link xlink:type="simple" xlink:href="resolution.xml" xlink:title="Resolution documentation (resolution.xml)">resolution.xml</link>.</text>
  <text class="code-info">The 2 multiple links were created by the code below:</text>
  <text class="xlink-code">
    <t>&lt;ext xlink:type="extended"&gt;</t>
      <t2>&lt;loc xlink:type="locator" xlink:label="end" xlink:href="deviceA.xml" xlink:title="Device A"/&gt;</t2>
      <t2>&lt;loc xlink:type="locator" xlink:label="end" xlink:href="deviceB.xml" xlink:title="Device B"/&gt;</t2>
      <t2>&lt;loc xlink:type="locator" xlink:label="start" xlink:href="flashmem.xml#cf" xlink:title="Compact Flash Memory"/&gt;</t2>
      <t2>&lt;loc xlink:type="locator" xlink:label="start" xlink:href="resolution.xml#1mp" xlink:title="1 Megapixel Resolution"/&gt;</t2>
      <t2>&lt;arc xlink:type="arc" xlink:from="start" xlink:to="end" xlink:show="replace" xlink:actuate="onRequest" xlink:title="Choose from multiple camera specifications"/&gt;</t2>
    <t>&lt;/ext&gt;</t>
  </text>
</TD>

<p>See also the <link xlink:type="simple" xlink:href="resolution.xml" xlink:title="Resolution documentation (resolution.xml)">resolution</link> documentation.</p>

</doc>
