<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
	<xsl:template match="/">
		<HTML>
			<HEAD>
				<TITLE>
					<xsl:value-of select="mrcb/mrcb-title-and-title-related/mrcb245/mrcb245-a"/>
				</TITLE>
			</HEAD>
			<BODY BGCOLOR="#FFFFFF">
				<TABLE WIDTH="95%" border="1">
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>DC-Element </B>
							</FONT>
						</TD>
						<TD ALIGN="left">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Content:</B>
							</FONT>
						</TD>
					</TR>
					<!-- ########################################################################### -->
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Type: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/type"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Title: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-title-and-title-related/mrcb245/mrcb245-a"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Description: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/description"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Subject: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-numbers-and-codes/mrcb082/mrcb082-a"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Creator: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-numbers-and-codes/mrcb040/mrcb040-a"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Contributor: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/contributor"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Publisher: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-edition-imprint-etc/mrcb260/mrcb260-b"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Date: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-edition-imprint-etc/mrcb260/mrcb260-c"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Format: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-physical-description/mrcb300/mrcb300-a"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Identifier: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-numbers-and-codes/mrcb020/mrcb020-a"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Source: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/source"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Language: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="dc-record/language"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Relation: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-series-statement/mrcb490/*"/>
						</TD>
					</TR>
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Coverage: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle" ALIGN="left">
							<xsl:apply-templates select="mrcb/mrcb-edition-imprint-etc/mrcb260/mrcb260-a"/>
						</TD>
					</TR>
					<!-- ########################################################################### -->
					<TR>
						<TD width="80">
							<FONT FACE="Arial" SIZE="3" COLOR="#000000">
								<B>Rights: </B>
							</FONT>
						</TD>
						<TD VALIGN="middle">
							<xsl:apply-templates select="am_object/am_media_metadata/XRS__dc_rights"/>
						</TD>
					</TR>
				</TABLE>
			</BODY>
		</HTML>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="ixiahit">
		<FONT FACE="Arial" SIZE="3" COLOR="#FF0000">
			<B>
				<xsl:apply-templates/>
			</B>
		</FONT>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="type">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb245-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="description">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb082-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb040-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="contributor">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb260-c">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb260-b">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb300-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb020-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="source">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="language">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb490/*">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="mrcb260-a">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="text()">
		<xsl:value-of/>
	</xsl:template>
	<!-- ########################################################################### -->
	<xsl:template match="am_media_metadata/XRS__dc_rights">
		<FONT FACE="Arial" SIZE="2" COLOR="#000000">&#169;&#160;<xsl:apply-templates/>
		</FONT>
	</xsl:template>
</xsl:stylesheet>

