<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/template/ezXslt/xsl/stylesheet.xsl"?>
<site>
	<url>/</url>
	<url-secure/>

	<!-- default app-mode, will be over-ridden by application -->
	<app-mode>production</app-mode>

	<template-url remote="no">/template/ezXslt/</template-url>
	<!-- if template is after <url>, put remote="no", if its on another website put remote="yes" and the *full url* -->

	<!-- most <page>'s will be place holders, as in the html will be in the style-sheet.
		 we can explore fully dynamic sites later, when XSLT is a bit more familiar -->
	<page id="home">
		<title>James Miller V</title>
	<selected/></page>
	<page id="contact-me">
		<title>Contact Me</title>
	</page>
	<page id="error404">
		<title>Whoops! Page Not Found</title>
	</page>
</site>

