<?xml version="1.0" standalone="no" ?>
<?xml-stylesheet type="text/xsl" href="book.xsl" ?>
<!DOCTYPE book SYSTEM "http://krijnhoetmer.nl/stuff/xslt/first-test/book.dtd">
<book>
 <title>My first 'book' using XSLT</title>
 <chapter>
  <title>Introduction</title>
  <header>Welcome</header>
  <paragraph>This is my first page using XSLT, ever. Nice of you to come by and take a look at what I've put down here..</paragraph>
  <header>Bullshit</header>
  <paragraph>Indeed :-)</paragraph>
 </chapter>
 <chapter>
  <title>What did I do?</title>
  <header>Reading</header>
  <paragraph>I read a bit in 'XML; Pocket Reference' from O'Reilly and on w3.org/TR/xslt. This is what I came up with. Yay &amp; hooray!</paragraph>
  <header>Some files</header>
  <paragraph>I created some files, book.xml (this file), book.dtd with the document type definition in it, book.xsl which is attached to this file and outputs this as HTML.</paragraph>
  <paragraph>Onto my next thingy..</paragraph>
 </chapter>
</book>
