<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
	<xsl:template match="/">
		<HTML>
			<HEAD>
				<TITLE>
					<xsl:value-of select="dc-record/identifier"/>
				</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="dc-record/title"/>
						</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="dc-record/subject"/>
						</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="dc-record/creator"/>
						</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="dc-record/publisher"/>
						</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="dc-record/date"/>
						</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="dc-record/format"/>
						</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="dc-record/identifier"/>
						</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="dc-record/relation"/>
						</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="dc-record/coverage"/>
						</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="dc-record/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="title">
		<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="subject">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="creator">
		<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="publisher">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="date">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="format">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="identifier">
		<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="relation">
		<FONT FACE="Arial" SIZE="3" COLOR="#000000">
			<xsl:apply-templates/>
			<b> | </b>
		</FONT>
	</xsl:template>
	<xsl:template match="coverage">
		<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="rights">
		<FONT FACE="Arial" SIZE="2" COLOR="#000000">&#169;&#160;<xsl:apply-templates/>
		</FONT>
	</xsl:template>
</xsl:stylesheet>

