<?xml version='1.0'?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">

<xsl:for-each select="//archdesc">
<html>
<body>

<p align="center">
<font size="+2" face="verdana">Social Welfare History Archives</font><br />
<font size="+1" face="verdana">
<xsl:value-of select="did/unittitle"/><xsl:text> </xsl:text>
<xsl:value-of select="did/unitdate"/><br />
Collection Abstract
</font>
</p>


	<xsl:for-each select="did">
	<p>
		<b>Collection ID: </b><xsl:value-of select="unitid"/><br />
		<b>Size: </b><xsl:value-of select="physdesc"/>
	</p>
	</xsl:for-each>

	<xsl:for-each select="controlaccess">
		<p>
		<b>Index Terms:</b><br />
		<xsl:for-each select="corpname">
		<xsl:value-of select="."/><br />
		</xsl:for-each>
		<xsl:for-each select="persname">
		<xsl:value-of select="."/><br />
		</xsl:for-each>
		<xsl:for-each select="geogname">
		<xsl:value-of select="."/><br />
		</xsl:for-each>
		<xsl:for-each select="subject">
		<xsl:value-of select="."/><br />
		</xsl:for-each>
		<xsl:for-each select="genreform">
		<xsl:value-of select="."/><br />
		</xsl:for-each>
		<xsl:for-each select="title">
		<i><xsl:value-of select="."/></i><br />
		</xsl:for-each>
		</p>
	</xsl:for-each>

	<xsl:for-each select="bioghist">
		<b>Historical Note:</b><br />
		<xsl:for-each select="p">
		<p><xsl:value-of select="."/></p>
		</xsl:for-each>
	</xsl:for-each>


	<xsl:for-each select="scopecontent">
		<b>Scope and Contents Note:</b><br />
		<xsl:for-each select="p">
		<p><xsl:value-of select="."/></p>
		</xsl:for-each>
	</xsl:for-each>

	<xsl:for-each select="admininfo/accessrestrict">
		<b>Access Restrictions:</b><br />
		<xsl:for-each select="p">
		<p><xsl:value-of select="."/></p>
		</xsl:for-each>
	</xsl:for-each>

	<xsl:for-each select="add/otherfindaid">
		<b>For more information:</b><br />
		<xsl:for-each select="p">
		<p><xsl:value-of select="."/><br />Contact repository for more information.</p>
		</xsl:for-each>
	</xsl:for-each>

<p align="center">
<font size="-1">
Email <a href="mailto:d-klaa@umn.edu">d-klaa@umn.edu</a> for more information.<br />
<a href="http://www.lib.umn.edu/appuse.html">Appropriate Use of Electronic Resources</a><br />
Copyright 2002 by the Regents of the <a href="http://www.tc.umn.edu/">University of Minnesota, Twin Cities</a>, and the
<a href="http://www.lib.umn.edu">University Libraries</a>.<br /> 
Please credit the University of Minnesota Libraries if you copy or reproduce material
from this page.<br />
Last Revised: February 16, 2002
</font>
</p>

</body>
</html>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>
