<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
	"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
      
	<!ENTITY bookinfo     SYSTEM "./xml/bookinfo.xml">
	<!ENTITY preface      SYSTEM "./xml/preface.xml">

	<!ENTITY introduction SYSTEM "./xml/introduction.xml">
	<!ENTITY gentle       SYSTEM "./xml/gentle.xml">
	<!ENTITY creating     SYSTEM "./xml/creating.xml">
	<!ENTITY dtds         SYSTEM "./xml/dtds.xml">

	<!ENTITY css          SYSTEM "./xml/css.xml">
	<!ENTITY xslt         SYSTEM "./xml/xslt.xml">

	<!ENTITY xhtml        SYSTEM "./xml/xhtml.xml">
	<!ENTITY marcxml      SYSTEM "./xml/marcxml.xml">
	<!ENTITY mods         SYSTEM "./xml/mods.xml">
	<!ENTITY ead          SYSTEM "./xml/ead.xml">
	<!ENTITY cimi         SYSTEM "./xml/cimi.xml">
	<!ENTITY rdf          SYSTEM "./xml/rdf.xml">
	<!ENTITY tei          SYSTEM "./xml/tei.xml">
	<!ENTITY docbook      SYSTEM "./xml/docbook.xml">


	<!ENTITY mysql        SYSTEM "./xml/mysql.xml">
	<!ENTITY perl         SYSTEM "./xml/perl.xml">
	<!ENTITY swish        SYSTEM "./xml/swish.xml">
	<!ENTITY apache       SYSTEM "./xml/apache.xml">

	<!ENTITY oai          SYSTEM "./xml/oai.xml">
	<!ENTITY readings     SYSTEM "./xml/readings.xml">
	<!ENTITY sru          SYSTEM "./xml/sru.xml">
	
]>

<book>
		&bookinfo;	<!-- book info -->
		&preface;	<!-- preface -->

	<part>
		<title>General introduction to XML</title>
		
			&introduction;	<!-- introduction -->
			&gentle; 		<!-- gentle introduction to xml -->
			&creating; 		<!-- creating your own mark up -->
			&dtds; 			<!-- defining XML vocabularies with DTDs -->
		
	</part>
	
	<part>
		<title>Stylesheets with CSS &amp; XSLT</title>
		
			&css;	<!-- rendering XML with CSS -->
			&xslt;	<!-- transforming XML with XSL -->
			
	</part>
	
	<part>
		<title>Specific XML vocabularies</title>
		
			&xhtml;		<!-- introduction to xhtml -->
			&marcxml;	<!-- introduction to marcxml -->
			&mods;		<!-- introduction to marcxml -->
			&ead;		<!-- introduction to ead -->
			&cimi;		<!-- introduction to cimi -->
			&rdf;		<!-- introduction to rdf -->
			&tei;		<!-- introduction to tei -->
			&docbook;	<!-- introduction to docbook -->
			
	</part>
	
	<part>
		<title>LAMP</title>
		
			&mysql; 	<!-- MySQL -->
			&perl;		<!-- Perl -->
			&swish;		<!-- indexing XML with swish -->
			&apache;	<!-- Apache -->
			
	</part>
	
	<part>
	
		<title>Appendices</title>
		
			&oai;		<!-- what is oai -->
			&sru;		<!-- introduction to sru -->
			&readings;	<!-- selected readings -->
		
	</part>
	
</book>
