<?xml version="1.0" encoding="UTF-8" standalone="no"?>

<!DOCTYPE book SYSTEM "book.dtd">

<book> 
  <info>this is some info about this book</info>
  <date>2000-10-31</date>
  <author> 
    <name>Christof Dallermassl</name> 
    <email>cdaller@iicm.edu</email> 
  </author>
  <chapter name="the chapter heading"> 
    <section name="Section one">
      <image src="image1.jpg"/>
      <para>some text abtout Ted Nelson .....</para> 
    </section> 
  </chapter>
</book>