<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE  book  [
  <!ENTITY pref SYSTEM "./preface.xml" >
  <!ENTITY chap1 SYSTEM "./chapter1.xml" >
  <!ENTITY chap2 SYSTEM "http://www.iansgraham.com/book3/chapter2.xml" >
]>
<book>
&pref;
&chap1;   &chap2;   ... and so on ... 
</book>


