<?xml version="1.0"?>
<?xml-stylesheet href="authorlist.xsl" type="text/xsl"?>

<authorlist>
	<title>List of Authors</title>
	<author period="classical">
		<name>Sophocles</name>
		<nationality>Greek</nationality>
	</author>
	<author period="modern">
		<name>Tolstoy, Leo</name>
		<nationality>Russian</nationality>
	</author>
	<author period="modern">
		<name>Pushkin, Alexander</name>
		<nationality>Russian</nationality>
	</author>
	<author period="classical">
		<name>Plato</name>
		<nationality>Greek</nationality>
	</author>
	<author period="modern">
		<name>Hugo, Victor</name>
		<nationality>French</nationality>
	</author>
	
	<author period="modern">
		<name>Carroll, Lewis </name>
		<nationality> </nationality>
	</author>



</authorlist>

