<?xml version="1.0" standalone="no"?>

<!DOCTYPE book SYSTEM "book_1.dtd">

<?xml-stylesheet type="text/xsl" href="book_1.xsl" ?>
 
<book>

<!--created for L595 XML June 2005-->

<link xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="book_1.xml">
BEGINNING</link> 

<link2 xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="book2_1.xml">
Middle</link2> 

<link3 xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:type="simple"
xlink:href="book3_1.xml">
End</link3> 


<computer subgroups="3"> 

	<webdesign>
	<title>Information Architecture for the World Wide Web</title>
	<author>Louis Rosenfeld</author>
	<author2>Peter Morville</author2>
	<date>2002</date>
	</webdesign>

	<application>
	<apptitle>Macromedia Flash MX for Windows and Macintosh</apptitle>
	<appauthor>Katherine Ulrich</appauthor>
	<appdate>2002</appdate>
	</application>

	<operating_system>
	<ostitle>Learning the Unix Operating System</ostitle>
	<osauthor>Jerry Peek</osauthor>
	<osauthor2>Grace Todino</osauthor2>
	<osauthor3>John Strang</osauthor3>
	<osdate>2002</osdate>
	</operating_system>

</computer>

<fiction>
	
	<ftitle>Where the Wild Things Are </ftitle>
	<fauthor>Maurice Sendak</fauthor>
	<fdate>1963</fdate>

</fiction>

<art>
	<atitle>History of Art</atitle>
	<aauthor>H.W  Janson</aauthor>
	<adate>1967</adate>
</art>

</book>
