<?xml version='1.0'?>

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

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

  <title>Digital camera specs</title>
  <chapter>
    <title>Introduction</title>
    <section>
      <p>This document is a demo</p>
    </section>
    <section>
      <p>It doesn't have any special meaning.</p></section>
    <section>
      <p>Following chapters are for the XLink demo.</p>
    </section>
  </chapter>

  <chapter id='interpolated'>
    <title>Interpolated</title>
    <p>Here it should be written what is interpolated all about</p>
  </chapter>

  <chapter>
    <title>Chapter 3 (5th child in doc)</title>
    <section>
      <title>Section 1</title>
      <p>Paragraph 1</p>
      <p>Paragraph 2</p>
      <p>Paragraph 3</p>
    </section>
    <section>
      <title>Section 2</title>
      <p>Paragraph 1</p>
      <p>Paragraph 2 (3rd node in this section. 1st is the title)</p>
      <p>PAL/NTSC paragraph</p>
    </section>
    <section id="mpeg">
      <title>Section 3 - Storing MPEG video in camera</title>
      <p>The camera can store a short clip of video as into an MPEG file.</p>
    </section>
    <section id="ccd">
      <title>Section 4 - CCD</title>
      <p>Paragraph 1</p>
      <p>Paragraph 2</p>
      <p>Paragraph 3</p>
    </section>
  </chapter>

  <chapter>
    <title>Chapter 4</title>
    <section>
      <title>Section 1</title>
      <p>Paragraph 1</p>
      <p>USB paragraph. USB is a thing</p>
      <p>Paragraph 3</p>
    </section>
  </chapter>

  <chapter id='resolution'>
    <title>Resolution</title>
    <p>Here it should be written what is resolution all about</p>
  </chapter>

</doc>
