<?xml version="1.0" encoding="UTF-8"?>

<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-us">

	<title><TMPL_VAR name></title>
	<tagline>Voice of the St. Xavier blogging community</tagline>
	<info>Provides a daily look at the blogosphere of St. Xavier High School in Cincinnati, Ohio.</info>
	<link rel="alternate" type="text/html" href="<TMPL_VAR link ESCAPE="HTML">" />
	
	<modified><TMPL_VAR date_iso></modified>
	<generator url="http://www.planetplanet.org/">Planet</generator>
	<copyright>This webpage copyright &#x00a9; 2004-2005 Minh Nguyen. All content syndicated here copyright &#x00a9; 2004-2005 their respective authors. Some content used without permission. See the individual entries for detailed copyright information.</copyright>
	<author>
		<name><TMPL_VAR owner_name></name>
		<url>http://www.1ec5.org</url>
		<email><TMPL_VAR owner_email></email>
	</author>
	
	<TMPL_LOOP Items><entry<TMPL_IF channel_lang> xml:lang="<TMPL_VAR channel_lang>"</TMPL_IF>>
		<title><TMPL_VAR channel_disp><TMPL_IF title>: <TMPL_VAR title></TMPL_IF></title>
		<link rel="alternate" type="text/html" href="<TMPL_VAR link ESCAPE="HTML">"/>
		<author>
			<name><TMPL_VAR author></name>
			<url><TMPL_VAR link ESCAPE="URI"></url>
		</author>
		<id><TMPL_VAR id ESCAPE="URI"></id>
		<issued><TMPL_VAR date_822></issued>
		<modified><TMPL_VAR date_822></modified>
		<TMPL_IF content><content><TMPL_VAR content ESCAPE="HTML"></content></TMPL_IF content>
	</entry></TMPL_LOOP>
	
	<TMPL_LOOP Channels><contributor><name><TMPL_VAR disp></name><url><TMPL_VAR link ESCAPE="URI"></url></contributor>
	</TMPL_LOOP>

</feed>