<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="gallery.xsl"?>
<purpleMoose>
	<!--  USER DATA EXAMPLES-->
	<!-- USER ID WILL BE AUTOMATICALLY GENERATED -->
	<user id="1">
		<!-- INFO TO BE DISPLAY IN GALLERY LISTING OR FROM SEARCH RESULTS -->
		<!-- THIS IS THE NAME THAT WILL APPEAR ON THE SITE FOR USER LISTING IN GALLERY OR FROM SEARCH RESULTS -->
		<Displayname>Kim Yuhl</Displayname>
		<url>http://www.blarg.net/~fiesty/index.html</url>
		<email>thefeistyblonde@hotmail.com</email>
		<category>Project Manager</category>
		<thumbnail>member_images/yuhl.gif</thumbnail>
		<description>I enjoy HTML, DTHML, CSS, JavaScript, XML and XSL.</description>
		<dateModified>03/10/2002</dateModified>		
	</user>

	<user id="2">
		<Displayname>Vanessa Smith</Displayname>
		<url>http://www.vanessa-smith.com</url>
		<email>vanessa@vanessa-smith.com</email>
		<category>Builder, Developer, Artist and Project Manager.</category>
		<thumbnail>member_images/vanessa.jpg</thumbnail>
		<description>Does it all and loves every minute of it. Specializing in HTML, JavaScript, CSS, Flash ActionScripting, PHP and Project management.</description>
		<dateModified>03/10/2002</dateModified>		
	</user>


	<user id="3">
		<Displayname>Joshua Proehl</Displayname>
		<url>http://hovelnet.homeip.net/~joshie/</url>
		<email>jmproehl@nwlink.com</email>
		<category>Developer</category>
		<thumbnail>member_images/josh.jpg</thumbnail>
		<description>The programming geek, who *LIKES* doing stuff like XSL, JAVA, and all sorts of server-side scripting.. Very bad at graphics, and creative content, which is why he usually gets locked in a cage.</description>
		<dateModified>03/10/2002</dateModified>		
	</user>


	<user id="4">
		<Displayname>Yoko Kondo</Displayname>
		<url>http://soleil.addr.com</url>
		<email>yoko.kondo@nifty.com</email>
		<category>Web Builder </category>
		<thumbnail>member_images/yoko.jpg</thumbnail>
		<description> Expertise: HTML, CSS, JavaScript, DTHML, XML and XSLT.</description>
		<dateModified>03/10/2002</dateModified>		
	</user>

	<user id="5">
		<Displayname>Anna Abraham</Displayname>
		<url>http://www.svenskanna.com</url>
		<email>a_lovisa@hotmail.com</email>
		<category>Artist</category>
		<!-- POINTS TO A SMALL IMAGE OF USERS WORK LOCATED ON SERVER -->
		<thumbnail>http://www.svenskanna.com/media241/thumbnail.jpg</thumbnail>
		<!-- SHORT DESCRIPTION OF USERS WORK -->
		<description>Media designs with cultural inspiration</description>
		<!-- THIS SHOULD BE AUTOMATICALLY GENERATED EVERYTIME THE USER UPDATES HIS/HER ACCOUNT -->
		<dateModified>03/10/2002</dateModified>		
	</user>
</purpleMoose>
