<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/etc/books.xsl"?>
<collections xmlns="http://www.breadserver.org/resources" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.breadserver.org/resources_read /etc/resources_read.xsd ">
	
	<ref>books</ref>
	
	<collection>
		
		<description>
			<name>For The REST Of Your Life</name>
			<baseurl>/books/Rest</baseurl>
			<author>Pastor Dick</author>
		</description>
		
		<document title="Foreword">
			<docurl>foreword.html</docurl>
		</document>
	 	
		<document title="Chapter  1 - Our Father's Will">
			<docurl>ch1.html</docurl>
		</document>
		
		<document title="Chapter  2 - Living In Rest">
			<docurl>ch2.html</docurl>
		</document>
		
		<document title="Chapter  3 - Renewing of the Mind">
			<docurl>ch3.html</docurl>
		</document>
		
		<document title="Chapter  4 - In The Father's Care">
			<docurl>ch4.html</docurl>
		</document>
		
		<document title="Chapter  5 - Three Kinds Of Faith">
			<docurl>ch5.html</docurl>
		</document>
		
		<document title="Chapter  6 - Take Up Your Cross">
			<docurl>ch6.html</docurl>
		</document>
		
		<document title="Chapter  7 - This Is The Day">
			<docurl>ch7.html</docurl>
		</document>
		
	</collection>
	
</collections>
